SchemeConfig.less 4.87 KB
Newer Older
1 2
.container {
  width: 100%;
3
  height: 100%;
4 5 6
  background-color: #ffffff;
  padding: 0.8rem;
  display: flex;
7 8 9 10 11

  .ant-tabs-content {
    height: 100%;
  }

12 13 14
  .ant-table {
    min-height: 15rem !important;
  }
15

16 17 18 19
  .ant-table-thead tr th {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
  }
20

21
  overflow-y: scroll;
22

23
  .ant-input-number-input {
24
    background-color: #ffffff;
25 26
    color: #000000;
  }
27

28 29 30 31
  .ant-card-body {
    padding: 12px 24px 24px 25px;
  }
}
32

33 34 35 36
.imgList {
  display: flex;
  flex-wrap: wrap;
}
37

38
.imgItem {
皮倩雯's avatar
皮倩雯 committed
39 40 41
  border: 3px solid#4699f4;
  border-radius: 5px;
}
42

皮倩雯's avatar
皮倩雯 committed
43 44
.imgHidden {
  border: none;
45 46 47 48
}
.tileBtn {
  display: flex;
  justify-content: flex-end;
49
  align-items: center;
50 51 52
  width: 100%;
  padding: 0 0 2rem;
}
53

皮倩雯's avatar
皮倩雯 committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
.tileBtnVe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 2rem;
  .tileBtnLeft {
    display: flex;
    align-items: center;
  }
  .tileBtnLeft {
    display: flex;
    align-items: center;
  }
}

70
.schemeName {
皮倩雯's avatar
皮倩雯 committed
71 72 73 74 75 76
  width: 30px;
  margin-right: 0.8rem;
  font-weight: bold;
}
.schemeNameL {
  width: 60px;
77 78
  margin-right: 0.8rem;
  font-weight: bold;
79 80
}

81 82
.schemeItem,
.schemeBtn {
83 84 85 86
  width: 302px;
  display: flex;
  align-items: center;
}
87

88 89 90
.schemeBtn1 {
  width: 260px;
  justify-content: center;
91 92
  display: flex;
  align-items: center;
93
}
94

95
.schemeBtn {
96
  width: 234px;
97
  justify-content: center;
98 99
  display: flex;
  align-items: center;
100
}
101

102 103 104 105 106 107 108
.mapItem {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 2.2rem;
  align-items: center;
  margin: 0.5rem 0;
109 110
  // width: 14.5rem;
}
111

112 113 114 115 116 117 118 119
.mapItem1 {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 2.2rem;
  align-items: center;
  margin: 0.5rem 0;
  width: 18.8rem;
120
}
121

122 123 124 125 126 127 128 129 130 131
.defaultTile {
  background: #ccc;
  color: white;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  width: 3rem;
  justify-content: center;
}
132

133 134 135 136 137 138
.defaultTile1 {
  background: #4699f4;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
139
  width: 41px;
140 141
  justify-content: center;
}
142

143
.mapText {
144
  width: 14rem;
145
  text-align: center;
146 147 148 149 150 151
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}
152

153 154 155 156 157 158 159 160
.mapText1 {
  width: 13rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
161
}
162

163
.mapIcon {
164
  margin-left: 4px;
165 166 167 168
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
169 170
  margin-top: 5px;
}
171

172 173 174 175 176 177 178
.mapIcon1 {
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
179
}
180

181 182
.activeTile {
  background-color: #4699f4;
183
}
184

185
.dropList {
186 187 188 189 190
  position: absolute;
  right: 2%;
  top: 25%;
  color: rgba(0, 0, 0, 0.25);
  z-index: 99;
191
}
192

193 194 195 196 197
.divider {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0.5rem;
198

199 200 201 202
  .dividerIcon {
    margin-left: 0.8rem;
    color: #4699f4;
    cursor: pointer;
203
  }
204 205 206 207 208
}

.cardsList {
  display: flex;
  flex-wrap: wrap;
209
  height: 100%;
210 211
  overflow-y: scroll;
}
212

213 214 215 216
.cardsList1 {
  display: flex;
  flex-wrap: wrap;
}
217

218
.cardItem {
219 220
  width: 21rem;
  height: 22rem;
221 222
  margin: 0 2rem;
}
223

224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
.pipeNetwork {
  height: 100%;

  .ant-table-wrapper {
    height: 100%;

    .ant-table {
      height: calc(100% - 65px);

      .ant-table-container {
        height: 100%;
      }
    }
  }

  .ant-table-body {
    height: 100%;
    border-right: 1px solid #f0f0f0;
    overflow: auto;
  }
}

246
.tileContainer {
247
  height: 100%;
248
  overflow-y: scroll;
249 250 251 252 253 254 255 256 257
  .tableTile {
    height: 400px;
    .ant-table-content {
      height: 341px;
      .ant-table-row {
        height: 57px;
      }
    }
  }
258 259 260 261 262 263 264 265 266 267 268 269 270

  .ant-table-wrapper {
    height: 100%;

    .ant-table {
      height: calc(100% - 65px);

      .ant-table-container {
        height: 100%;
      }
    }
  }

271
  .ant-table-body {
272
    height: 100%;
273
    border-right: 1px solid #f0f0f0;
274
    overflow: auto;
275 276
  }
}
277

278 279 280 281 282
.TileConfigContainer {
  .ant-card-head {
    background-color: #ecf5ff;
  }
}
283

284 285 286
.solutionContainer {
  .ant-table-body {
    height: calc(100vh - 250px) !important;
287
    border-bottom: 1px solid #f0f0f0;
288
  }
289 290 291 292 293 294 295
  .tableContainer {
    display: flex;
    justify-content: space-between;
    .tableContent {
      width: 49%;
    }
  }
296
}
297

皮倩雯's avatar
皮倩雯 committed
298 299 300 301 302 303
.titleText {
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
304

皮倩雯's avatar
皮倩雯 committed
305 306 307 308 309
.title1 {
  display: flex;
  align-items: center;
  width: 100%;
}
310

311 312 313
// .solutionConfig {
//   height: calc(100% - 30px);
// }
314 315
.treeHeight {
  .ant-tree-list-holder {
皮倩雯's avatar
皮倩雯 committed
316 317
    overflow: auto;
    height: 638px !important;
318
  }
皮倩雯's avatar
皮倩雯 committed
319
}
320

皮倩雯's avatar
皮倩雯 committed
321 322 323
.clickRowStyle {
  background: #cfe7fd;
}
324

325 326 327
// .solutionConfig {
//   height: calc(100% - 30px);
// }
328 329
.schemeBox {
  height: calc(100% - 51px);
皮倩雯's avatar
皮倩雯 committed
330
}
331 332 333 334
.layerTitle{
  display: flex;
  align-items: center;
  gap: 5px;
335
  cursor: pointer;
336 337 338 339 340 341 342
  .layerTitle_icon{
    width: 3px;
    border-radius: 2px;
    height: 16px;
    background-color: #4699f4;
  }
}