wyq 4 år sedan
förälder
incheckning
cd00343d1a
1 ändrade filer med 9 tillägg och 10 borttagningar
  1. 9 10
      src/components/knowledgeExtra/AddDiagBase.vue

+ 9 - 10
src/components/knowledgeExtra/AddDiagBase.vue

@@ -1450,14 +1450,13 @@ export default {
   }
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 @import '../../less/admin.less';
 .contents {
   height: 100%;
   .content {
     background: #fff;
-    padding: 20px 20px 0;
-    // padding: 20px 20px 50px;
+    padding: 20px 20px 50px;
     color: #545455;
     min-width: 980px;
     position: relative;
@@ -1474,7 +1473,7 @@ export default {
         background: #ebedf1;
       }
     }
-    .el-input {
+    /deep/ .el-input {
       height: 30px;
       line-height: 30px;
       .el-input__inner {
@@ -1560,18 +1559,18 @@ export default {
       height: 50px;
       margin-bottom: 10px;
       position: relative;
-      .el-input,
+      /deep/ .el-input,
       .el-input__inner {
         width: 85px;
         font-size: 12px;
         margin-right: 15px;
       }
-      .el-form-item__content {
+       /deep/ .el-form-item__content {
         position: inherit !important;
       }
       .last-box-1 {
         display: flex;
-        .el-form-item__error {
+        /deep/ .el-form-item__error {
           top: 38px;
           left: 10px;
           white-space: nowrap;
@@ -1580,20 +1579,20 @@ export default {
       }
       .last-box-s {
         position: absolute;
-        .el-form-item__error {
+        /deep/ .el-form-item__error {
           top: 38px;
           left: 0px;
           white-space: nowrap;
           background: #fff;
         }
       }
-      .el-form-item__error {
+      /deep/ .el-form-item__error {
         top: 38px;
         left: 10px;
         white-space: nowrap;
         background: #fff;
       }
-      .inp {
+      /deep/ .inp {
         width: 600px !important;
         .el-input__inner {
           width: 600px !important;