diff --git a/src/views/modules/property-change/propertyChange.vue b/src/views/modules/property-change/propertyChange.vue index af00320..96ef9fe 100644 --- a/src/views/modules/property-change/propertyChange.vue +++ b/src/views/modules/property-change/propertyChange.vue @@ -454,7 +454,30 @@ export default { border: 1px solid #17B3A3; border-radius: 4px; font-size: 14px; - padding: 8px 12px; + height: 36px; + line-height: 36px; + padding: 0 30px 0 12px; +} + +.status-select ::v-deep .el-input__suffix { + right: 8px; +} + +.status-select ::v-deep .el-input__icon { + line-height: 36px; + color: #17B3A3; +} + +.status-select ::v-deep .el-select-dropdown__item { + font-size: 14px; + padding: 0 20px; + height: 36px; + line-height: 36px; +} + +.status-select ::v-deep .el-select-dropdown__item.selected { + color: #17B3A3; + font-weight: 500; } /* 底部操作按钮 */