无人机管理后台前端(已迁走)
张含笑
2025-09-01 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.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;
}
 
.showFullScreenDlg {
  display: flex;
  justify-content: space-between;
 
  .el-dialog {
    position: relative;
    padding: 0;
    overflow: hidden;
 
    .el-dialog__body {
      width: 100%;
      height: 100%;
 
      iframe {
        width: 100%;
        height: 100%;
      }
    }
 
    .el-dialog__header {
      height: 0;
      overflow: hidden;
      padding: 0;
 
      .el-dialog__headerbtn {
        position: absolute;
        left: 0;
        top: 14px;
 
        .el-dialog__close {
          color: #fff;
          font-size: 35px;
          z-index: 99;
        }
      }
    }
  }
}
 
.ztzf-drawer-body-basic-container {
  .el-drawer__body {
    display: flex;
    flex-direction: column;
  }
}
 
.ztzf-public-general-avue-crud {
  .el-table {
    tr {
      min-height: 30px !important;
      line-height: 30px !important;
      box-sizing: border-box !important;
    }
 
    tr th,
    tr td {
      padding: 6px 0 !important;
      min-height: 30px !important;
      line-height: 30px !important;
      box-sizing: border-box !important;
 
      div.cell {
        min-height: 30px !important;
        line-height: 30px !important;
      }
    }
  }
}