|
@@ -4,7 +4,7 @@
|
|
|
* @Author: Liu_jiaYin
|
|
* @Author: Liu_jiaYin
|
|
|
* @Date: 2024-04-11 14:43:46
|
|
* @Date: 2024-04-11 14:43:46
|
|
|
* @LastEditors: Do not edit
|
|
* @LastEditors: Do not edit
|
|
|
- * @LastEditTime: 2024-04-11 17:09:36
|
|
|
|
|
|
|
+ * @LastEditTime: 2024-04-11 17:56:07
|
|
|
-->
|
|
-->
|
|
|
<template>
|
|
<template>
|
|
|
<div class="sample-scan">
|
|
<div class="sample-scan">
|
|
@@ -74,11 +74,6 @@ export default {
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
-/deep/ .el-form-item__label,
|
|
|
|
|
-/deep/ .el-input__inner {
|
|
|
|
|
- color: none;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.sample-scan .popContainer {
|
|
.sample-scan .popContainer {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
top: 0;
|
|
top: 0;
|
|
@@ -88,52 +83,4 @@ export default {
|
|
|
z-index: 9999999;
|
|
z-index: 9999999;
|
|
|
background: rgba(0, 0, 0, 0.7);
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-// .dynamic-form-table__label:before {
|
|
|
|
|
-// content: '*';
|
|
|
|
|
-// color: #F56C6C;
|
|
|
|
|
-// }
|
|
|
|
|
-.dynamic-form-table__label {
|
|
|
|
|
- color: #F56C6C;
|
|
|
|
|
- font-size: 18px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
- font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/**必须设置.el-form-item__label为none */
|
|
|
|
|
-/deep/.zzj .el-form-item__content .el-input__inner {
|
|
|
|
|
- color: #e60c14;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/deep/.el-form-item__content {
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/deep/.el-form-item__label {
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- margin-right: 5px;
|
|
|
|
|
- width: 120px;
|
|
|
|
|
- // width: 101px;
|
|
|
|
|
- // margin-left:25px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/deep/.el-input__inner {
|
|
|
|
|
- border-top: none !important;
|
|
|
|
|
- border-left: none !important;
|
|
|
|
|
- border-right: none !important;
|
|
|
|
|
- border-radius: 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/deep/.jiaji {
|
|
|
|
|
- // color: #F56C6C;
|
|
|
|
|
- // font-size: 18px;
|
|
|
|
|
- // line-height: 40px;
|
|
|
|
|
- // font-weight: bold;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-/deep/.el-dialog__title {
|
|
|
|
|
- line-height: 24px;
|
|
|
|
|
- color: #e60c14;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
-}
|
|
|
|
|
</style>
|
|
</style>
|