222
schangxiang@126.com
2025-05-06 928c61ccddebc8d2c697b86ee9bee0c207330a8c
HIAWms/web/src/assets/styles/common.scss
对比新文件
@@ -0,0 +1,56 @@
// // 淇鏃ユ湡鏃堕棿鏍峰紡
// .light-datetime-picker {
//     .cs-input__inner {
//       background: #fff !important;
//       box-shadow: none !important;
//     }
//     .cs-input.is-disabled .cs-input__inner {
//       background: var(--el-disabled-bg-color) !important;
//     }
//     &.cs-popper.is-light {
//       padding: 0 !important;
//       max-width: inherit;
//     }
//   }
//   // 缁勪欢涓嬬殑element鏍峰紡
//   .light-element-ui {
//     .cs-input__inner:not(el-overwrite-ignore *) {
//       background-color: #fff !important;
//       color: #35363b !important;
//     }
//      .cs-input__inner:hover {
//       box-shadow: none !important;
//     }
//      .cs-input__inner:focus {
//       box-shadow: none !important;
//     }
//      .cs-input.is-disabled .cs-input__inner {
//       box-shadow: none !important;
//       color: #999 !important;
//     }
//      .cs-input-group__append,
//     .cs-input-group__prepend {
//       padding: 0 14px !important;
//     }
//      .cs-input-group {
//       box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important;
//       border-radius: 3px !important;
//     }
//      .cs-input {
//       box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important;
//       border-radius: 3px !important;
//     }
//      .cs-input.is-focus .cs-input__inner {
//       box-shadow: none !important;
//     }
//   }