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