浏览代码

bug修改

wyq 4 年之前
父节点
当前提交
e36f46b788
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      src/components/icss/plan/AddPlan.vue

+ 11 - 1
src/components/icss/plan/AddPlan.vue

@@ -523,7 +523,7 @@ export default {
   }
   }
 };
 };
 </script>
 </script>
-<style lang="less">
+<style lang="less" scoped>
 .AddPlanWrapper {
 .AddPlanWrapper {
   min-width: 940px;
   min-width: 940px;
   .AddPlanBox {
   .AddPlanBox {
@@ -641,4 +641,14 @@ export default {
     border-color: transparent;
     border-color: transparent;
   }
   }
 }
 }
+.selectMedicine {
+  /deep/ .el-input__suffix-inner {
+    position: relative;
+    top: -1px;
+  }
+  /deep/ .el-icon-circle-close {
+    position: relative;
+    top: -2px;
+  }
+}
 </style>
 </style>