zs
2025-06-04 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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;
//     }
//   }