gaoluyang
2025-02-24 7cafed0404a6fa12ef56d85d08da7bf5115ba7e5
src/views/business/productOrder/components/add.vue
@@ -2151,43 +2151,7 @@
</script>
<style scoped>
.ins_order_add .el-input-group__append,
.el-input-group__prepend {
  padding: 0 10px;
}
.ins_order_add .el-tree-node__content {
  height: 32px;
  font-size: 14px;
  border-radius: 2px;
}
.ins_order_add .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
.el-table .warning-row .cell {
  color: #3A7BFA;
}
.ins_order_add .has-gutter .el-table__cell .cell {
  line-height: 30px;
  background-color: #fafafa;
}
.ins_order_add .has-gutter .el-table__cell {
  background-color: #fafafa !important;
}
.ins_order_add .el-table__row .cell {
  font-size: 12px;
}
.ins_order_add .el-table .warning-row .cell {
  color: #3A7BFA;
}
.ins_order_add .el-select .is-disabled {
  background: transparent !important;
}
.ins_order_add .el-select .is-disabled .el-input__inner {
  background: transparent !important;
}
</style>