standingBook.less 6.73 KB
Newer Older
皮倩雯's avatar
皮倩雯 committed
1 2 3
.redText {
  color: red;
  cursor: pointer;
shaoan123's avatar
shaoan123 committed
4
}
5

皮倩雯's avatar
皮倩雯 committed
6 7
.ant-layout {
  overflow: auto;
8

皮倩雯's avatar
皮倩雯 committed
9 10 11
  .ant-layout-content {
    margin: 12px !important;
  }
shaoan123's avatar
shaoan123 committed
12
}
13 14 15

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
皮倩雯's avatar
皮倩雯 committed
16 17
  margin-left: 8px;
  vertical-align: middle;
shaoan123's avatar
shaoan123 committed
18
}
19

皮倩雯's avatar
皮倩雯 committed
20 21 22 23 24 25
.siteTitle {
  font-size: 16px;
  margin: 0 0 6px 0;
  user-select: none;
  padding: 3px;
  border-bottom: 1px solid #ccc;
shaoan123's avatar
shaoan123 committed
26
}
27

皮倩雯's avatar
皮倩雯 committed
28 29 30 31 32
.userManageContainer {
  .ant-card-body {
    padding-left: 0;
    padding-right: 0;
  }
33

皮倩雯's avatar
皮倩雯 committed
34
  .listItem {
35 36
    // display: flex;
    // justify-content: space-between;
皮倩雯's avatar
皮倩雯 committed
37 38 39 40 41 42 43
    font-size: 14px;
    font-weight: 400;
    color: #414e65;
    cursor: pointer;
    line-height: 28px;
    align-items: center;
    padding: 8px 14px;
44 45 46
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
皮倩雯's avatar
皮倩雯 committed
47
  }
48

皮倩雯's avatar
皮倩雯 committed
49
  .pickItem {
50 51
    background-color: #aed8fa;
  }
52

53
  .listHover {
皮倩雯's avatar
皮倩雯 committed
54 55
    background-color: #f5f6f9;
  }
56

皮倩雯's avatar
皮倩雯 committed
57 58 59
  .ant-form-item {
    vertical-align: top;
  }
60 61

  .ant-form-item-label>label {
皮倩雯's avatar
皮倩雯 committed
62 63
    align-items: middle;
  }
64

皮倩雯's avatar
皮倩雯 committed
65 66 67 68
  .ant-modal-body {
    padding-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
69

皮倩雯's avatar
皮倩雯 committed
70 71
    .ant-form {
      width: 90%;
shaoan123's avatar
shaoan123 committed
72
    }
皮倩雯's avatar
皮倩雯 committed
73
  }
74

皮倩雯's avatar
皮倩雯 committed
75 76 77
  .anticon svg {
    margin-top: -3px;
  }
78

皮倩雯's avatar
皮倩雯 committed
79 80 81 82 83 84
  .ant-popover-message {
    position: relative;
    padding: 0px 0 0px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
  }
85

皮倩雯's avatar
皮倩雯 committed
86 87
  .ant-tree-treenode {
    width: 100% !important;
88

皮倩雯's avatar
皮倩雯 committed
89 90 91
    .ant-tree-node-content-wrapper {
      display: inline-block;
      width: 100%;
shaoan123's avatar
shaoan123 committed
92
    }
皮倩雯's avatar
皮倩雯 committed
93 94 95

    .iconWraper1 {
      float: right;
96

皮倩雯's avatar
皮倩雯 committed
97 98 99
      span {
        display: none;
      }
shaoan123's avatar
shaoan123 committed
100
    }
皮倩雯's avatar
皮倩雯 committed
101
  }
102

皮倩雯's avatar
皮倩雯 committed
103
  .ant-tree-treenode:hover {
104
    .iconWraper1>span {
皮倩雯's avatar
皮倩雯 committed
105 106 107
      margin-left: 12px;
      font-size: 18px;
      display: inline-block;
shaoan123's avatar
shaoan123 committed
108
    }
皮倩雯's avatar
皮倩雯 committed
109
  }
110

皮倩雯's avatar
皮倩雯 committed
111 112 113
  .ant-radio-group {
    margin: 0px !important;
  }
114

皮倩雯's avatar
皮倩雯 committed
115 116 117 118
  .contentContainers {
    display: flex;
    width: 100%;
    position: relative;
119 120

    .ant-table.ant-table-bordered>.ant-table-container {
皮倩雯's avatar
皮倩雯 committed
121
      min-width: calc(100vw - 582px);
122
      // height: calc(100vh - 175px);
皮倩雯's avatar
皮倩雯 committed
123 124
      overflow-x: hidden;
      border: none;
shaoan123's avatar
shaoan123 committed
125
    }
126

皮倩雯's avatar
皮倩雯 committed
127 128 129 130 131 132 133 134 135 136
    .orgContainer {
      height: calc(100vh - 74px);
      width: 240px;
      left: 0;
      top: 0;
      margin-right: 10px;
      position: relative;
      transition-property: width, left;
      transition-duration: 0.5s;
      white-space: nowrap;
137
      padding-right: 20px;
138

皮倩雯's avatar
皮倩雯 committed
139 140
      .ant-tree {
        padding-top: 6px;
141

皮倩雯's avatar
皮倩雯 committed
142 143 144 145
        .ant-tree-switcher {
          line-height: 1;
          margin-right: 0px !important;
          color: #1890ff;
146

皮倩雯's avatar
皮倩雯 committed
147 148 149
          .ant-tree-switcher-line-icon {
            margin-left: 5px;
          }
shaoan123's avatar
shaoan123 committed
150
        }
皮倩雯's avatar
皮倩雯 committed
151
      }
152

皮倩雯's avatar
皮倩雯 committed
153 154 155 156 157 158 159 160 161 162
      .switcher {
        display: block;
        position: absolute;
        font-size: 18px;
        color: #1890ff !important;
        top: 50%;
        right: 2px;
        transform: translate(0%, -50%);
        z-index: 1;
      }
shaoan123's avatar
shaoan123 committed
163 164
    }

皮倩雯's avatar
皮倩雯 committed
165 166 167 168 169
    .orgContainerHide {
      // transform: translateX(-230px);
      left: 0px;
      top: 0;
      width: 26px;
shaoan123's avatar
shaoan123 committed
170
    }
171

皮倩雯's avatar
皮倩雯 committed
172 173
    .ant-popover-message-title {
      padding-left: 20px;
shaoan123's avatar
shaoan123 committed
174
    }
175

皮倩雯's avatar
皮倩雯 committed
176 177 178 179 180 181 182 183
    .userContainer {
      height: calc(100vh - 74px) !important;
      z-index: 999;
      min-width: 800px;
      background: white;
      width: 100%;
      position: relative;
      transition: width 0.5s;
184

皮倩雯's avatar
皮倩雯 committed
185 186 187 188 189 190 191 192 193
      .title {
        margin: 16px 0 10px 16px;
        display: inline-block;
        width: 270px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
194

皮倩雯's avatar
皮倩雯 committed
195 196 197 198 199 200 201
      .ant-table-pagination {
        padding-right: 12px;
        background: white;
        margin: 1px 0;
        padding: 8px;
        padding-right: 20px;
      }
202

皮倩雯's avatar
皮倩雯 committed
203 204
      .ant-btn {
        margin: 0px 10px;
205

皮倩雯's avatar
皮倩雯 committed
206 207
        .ant-btn-primary {
          background: #50aefc;
shaoan123's avatar
shaoan123 committed
208
        }
皮倩雯's avatar
皮倩雯 committed
209
      }
210

皮倩雯's avatar
皮倩雯 committed
211 212 213
      .ant-input-search-button {
        margin-left: 0px !important;
      }
214

皮倩雯's avatar
皮倩雯 committed
215 216 217 218
      .ant-table-thead tr th {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
      }
219

皮倩雯's avatar
皮倩雯 committed
220 221 222 223 224 225
      .ant-table-cell {
        text-align: center;
        overflow: hidden;
        // text-overflow:ellipsis;
        white-space: nowrap;
      }
226

皮倩雯's avatar
皮倩雯 committed
227
      .ant-table-body {
228
        height: calc(100vh - 210px);
皮倩雯's avatar
皮倩雯 committed
229 230 231
        border-right: white;
        overflow: auto !important;
      }
232

皮倩雯's avatar
皮倩雯 committed
233 234 235
      .clickRowStyle {
        background: #cfe7fd;
      }
236

皮倩雯's avatar
皮倩雯 committed
237 238 239 240
      .ant-pagination {
        z-index: 999;
        border-top: 1px solid #f0eded;
      }
shaoan123's avatar
shaoan123 committed
241
    }
皮倩雯's avatar
皮倩雯 committed
242
  }
shaoan123's avatar
shaoan123 committed
243
}
244

皮倩雯's avatar
皮倩雯 committed
245 246 247 248 249 250
.ant-modal-root {
  .ant-tree-switcher {
    line-height: 1;
    color: #1890ff;
    margin-right: 0px !important;
  }
251

皮倩雯's avatar
皮倩雯 committed
252 253
  .ant-checkbox-group .ant-checkbox-group-item {
    margin-right: 0px !important;
254
    // min-width: 200px !important;
皮倩雯's avatar
皮倩雯 committed
255
  }
256

皮倩雯's avatar
皮倩雯 committed
257 258 259 260 261
  .ant-tree-list-holder {
    overflow: auto;
    overflow-x: hidden;
    height: 40vh;
  }
262

皮倩雯's avatar
皮倩雯 committed
263 264 265 266
  .ant-tabs-content-holder {
    overflow: auto;
    height: 50vh;
  }
shaoan123's avatar
shaoan123 committed
267 268
}

皮倩雯's avatar
皮倩雯 committed
269 270
.ant-modal-content {
  border-radius: 5px;
shaoan123's avatar
shaoan123 committed
271
}
272

皮倩雯's avatar
皮倩雯 committed
273 274 275
.ant-modal-header {
  border-radius: 5px 5px 0 0;
  padding: 28px 40px;
shaoan123's avatar
shaoan123 committed
276
}
277

皮倩雯's avatar
皮倩雯 committed
278 279 280
.ant-modal-close {
  top: 14px;
  right: 20px;
shaoan123's avatar
shaoan123 committed
281
}
282

皮倩雯's avatar
皮倩雯 committed
283 284 285
.ant-modal-footer {
  border: none;
  padding: 28px 40px;
shaoan123's avatar
shaoan123 committed
286
}
287 288

.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger) {
皮倩雯's avatar
皮倩雯 committed
289 290
  margin-bottom: 0;
  margin-left: 15px;
shaoan123's avatar
shaoan123 committed
291
}
292

shaoan123's avatar
shaoan123 committed
293 294 295
// .ant-form-horizontal .ant-form-item-control {
//     margin-left: 10px;
// }
皮倩雯's avatar
皮倩雯 committed
296 297 298 299 300 301 302 303 304
.linkDrowp {
  position: absolute;
  top: 0;
  left: 94.6%;
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}
305

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

皮倩雯's avatar
皮倩雯 committed
312 313
.tip {
  display: none;
314
}
315

皮倩雯's avatar
皮倩雯 committed
316 317 318 319
.fs {
  font-size: 18px;
  margin-left: 10px;
}
320

皮倩雯's avatar
皮倩雯 committed
321 322
.title:hover {
  .tip {
shaoan123's avatar
shaoan123 committed
323 324
    display: flex;
    align-items: center;
皮倩雯's avatar
皮倩雯 committed
325
    justify-content: flex-end;
shaoan123's avatar
shaoan123 committed
326 327
    width: 100%;
  }
皮倩雯's avatar
皮倩雯 committed
328
}
329

皮倩雯's avatar
皮倩雯 committed
330 331 332 333 334 335
.titleText {
  width: 12rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
336

皮倩雯's avatar
皮倩雯 committed
337 338 339 340
.ant-popover-inner {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.788);
}
341

皮倩雯's avatar
皮倩雯 committed
342 343 344 345
.ant-popover-inner-content {
  padding: 10px 10px;
}

346
.ant-popover-message>.anticon {
皮倩雯's avatar
皮倩雯 committed
347 348
  top: 7.0005px;
}
349

皮倩雯's avatar
皮倩雯 committed
350 351
.listCard {
  display: flex;
352

皮倩雯's avatar
皮倩雯 committed
353 354
  .cardItem {
    padding: 0.5rem;
shaoan123's avatar
shaoan123 committed
355
  }
356

皮倩雯's avatar
皮倩雯 committed
357
  .cardContent {
邓超's avatar
邓超 committed
358
    height: 40rem;
皮倩雯's avatar
皮倩雯 committed
359
    overflow-y: scroll;
皮倩雯's avatar
皮倩雯 committed
360
    width: 21rem;
shaoan123's avatar
shaoan123 committed
361
  }
362

皮倩雯's avatar
皮倩雯 committed
363 364 365 366
  .cardItemData {
    padding: 1rem;
    border: 1px solid #b5b8c8;
    margin-bottom: 1rem;
shaoan123's avatar
shaoan123 committed
367 368
  }
}
369

皮倩雯's avatar
皮倩雯 committed
370 371
.sortable-ghost {
  border-bottom: 2px dashed #1890ff;
shaoan123's avatar
shaoan123 committed
372
}
皮倩雯's avatar
皮倩雯 committed
373 374 375

.doctorTable {
  margin-bottom: 16px;
376

邓超's avatar
邓超 committed
377 378 379 380
  .cardContent {
    height: 40rem;
    overflow-y: scroll;
    width: 19.5rem;
皮倩雯's avatar
皮倩雯 committed
381
  }
shaoan123's avatar
shaoan123 committed
382
}
383

皮倩雯's avatar
皮倩雯 committed
384 385 386 387
.formData {
  height: calc(100vh - 170px);
  overflow-y: scroll;
  padding-right: 20px;
388 389

  .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
皮倩雯's avatar
皮倩雯 committed
390
    display: none;
shaoan123's avatar
shaoan123 committed
391
  }
邓超's avatar
邓超 committed
392

shaoan123's avatar
shaoan123 committed
393 394 395
  .doctorTable {
    margin-bottom: 16px;
  }
396

皮倩雯's avatar
皮倩雯 committed
397 398 399
  .filed_listItem {
    display: flex;
    height: 3.6rem;
400

皮倩雯's avatar
皮倩雯 committed
401 402 403 404 405 406 407 408 409 410
    .ant-btn-icon-only {
      width: 32px;
      height: 32px;
      /* padding: 2.4px 0; */
      font-size: 16px;
      border-radius: 2px;
      vertical-align: -1px;
      display: flex;
      align-items: center;
      justify-content: center;
shaoan123's avatar
shaoan123 committed
411
    }
皮倩雯's avatar
皮倩雯 committed
412
  }
413
}