forked from drone/command-center-dashboard

罗广辉
2025-04-12 fcc57f2f3604444aabe9642e56a7f6e2863b9a7a
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.el-card.is-always-shadow {
  box-shadow: none;
  border: none !important;
}
 
.el-menu {
  border-right: none;
}
 
.el-message__icon,
.el-message__content {
  display: inline-block;
}
 
.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: auto;
  overflow: hidden;
}
 
.el-dialog__wrapper {
  z-index: 2048;
}
 
 
.el-col {
  margin-bottom: 8px;
}
 
.el-main {
  padding: 0 !important;
}
 
.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  background-color: transparent;
}
 
 
.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  background-color: transparent !important;
}
 
.el-collapse-item__header {
  height: auto;
  overflow: hidden;
}
 
.el-button.is-text:not(.is-disabled):active {
  background-color: transparent;
}
 
.el-button.is-text:not(.is-disabled):focus, .el-button.is-text:not(.is-disabled):hover {
  background-color: transparent;
}
 
.avue-icon i, .avue-icon svg {
  line-height: 20px;
}
 
.avue--detail .el-form-item {
  background-color: #fafafa;
}
 
 
.ztzf-date-picker{
  box-shadow: none !important;
  background: rgba(0, 15, 34, 0.5);
  border: 1px solid #306fca;
 
  .el-input__wrapper {
    background-color: transparent;
    box-shadow: 0 0 0 1px #0070ff;
 
    &.is-focus {
      box-shadow: 0 0 0 1px #0070ff;
    }
  }
 
  .el-range-input {
    background-color: transparent;
    color: #fff;
    height: 28px;
 
    &::placeholder {
      color: rgba(255, 255, 255, 0.6);
    }
  }
 
  .el-range-separator{
    color: #fff;
  }
}
 
.ztzf-select {
  .el-select__wrapper {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #306fca;
  }
 
  .el-select__placeholder {
    color: #ffffff;
  }
}