patrolFeedback.less 1.93 KB
Newer Older
皮倩雯's avatar
皮倩雯 committed
1
.PatrolFeedbackContainer {
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  height: 100%;

  .contentContainers {
    height: 100%;

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

      .ant-table {
        height: 100%;
      }
    }
    .ant-pagination {
      padding: 10px;
    }
  }



皮倩雯's avatar
皮倩雯 committed
21 22 23
  .ant-card-body {
    padding: 12px 24px 24px 24px;
  }
24 25 26



皮倩雯's avatar
皮倩雯 committed
27 28 29
  .pickItem {
    background-color: #f5f6f9;
  }
30
}
31

皮倩雯's avatar
皮倩雯 committed
32 33 34
.formData {
  height: 38rem;
  overflow-y: scroll;
35 36

  .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
皮倩雯's avatar
皮倩雯 committed
37 38
    display: none;
  }
39

皮倩雯's avatar
皮倩雯 committed
40
  .formData_label {
皮倩雯's avatar
皮倩雯 committed
41 42
    display: flex;
    align-items: center;
皮倩雯's avatar
皮倩雯 committed
43
  }
44

皮倩雯's avatar
皮倩雯 committed
45
  .filed_listItem {
皮倩雯's avatar
皮倩雯 committed
46
    display: flex;
皮倩雯's avatar
皮倩雯 committed
47
    height: 3.6rem;
48

皮倩雯's avatar
皮倩雯 committed
49 50 51 52 53 54
    .ant-btn-icon-only {
      width: 32px;
      height: 32px;
      /* padding: 2.4px 0; */
      font-size: 16px;
      border-radius: 2px;
皮倩雯's avatar
皮倩雯 committed
55

皮倩雯's avatar
皮倩雯 committed
56 57 58 59 60 61
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}
62

63 64 65 66 67 68
.cardContent {
  height: 30rem;
  overflow-y: scroll;
  overflow-x: scroll;
  width: 100%;
}
69

70 71 72
.doctorTable {
  margin-bottom: 16px;
}
73

皮倩雯's avatar
皮倩雯 committed
74 75 76 77 78 79 80 81 82
.linkDrowp {
  position: absolute;
  top: 0px;
  left: 93.5%;
  width: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}
83

皮倩雯's avatar
皮倩雯 committed
84 85 86 87 88 89 90 91 92 93
.listItem {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #414e65;
  cursor: pointer;
  line-height: 28px;
  align-items: center;
  padding: 8px 14px;
皮倩雯's avatar
皮倩雯 committed
94
}
95

皮倩雯's avatar
皮倩雯 committed
96
.ant-select-arrow .anticon {
皮倩雯's avatar
皮倩雯 committed
97
  vertical-align: middle;
皮倩雯's avatar
皮倩雯 committed
98
}
99

皮倩雯's avatar
皮倩雯 committed
100 101
.listCard {
  display: flex;
102

皮倩雯's avatar
皮倩雯 committed
103 104 105
  .cardItem {
    padding: 0.5rem;
  }
106

皮倩雯's avatar
皮倩雯 committed
107 108 109 110 111
  .cardContent {
    height: 30rem;
    overflow-y: scroll;
    width: 100%;
  }
112

皮倩雯's avatar
皮倩雯 committed
113 114 115 116 117
  .cardItemData {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #b5b8c8;
    width: 100%;
118 119
    min-height: 100px;
    min-width: 333px;
皮倩雯's avatar
皮倩雯 committed
120 121 122
    // height: 30rem;
    overflow-y: scroll;
  }
皮倩雯's avatar
皮倩雯 committed
123
}
124

皮倩雯's avatar
皮倩雯 committed
125
.ant-modal-body {
皮倩雯's avatar
皮倩雯 committed
126
  padding: 10px 24px 0px 24px;
皮倩雯's avatar
皮倩雯 committed
127
}
128

皮倩雯's avatar
皮倩雯 committed
129
.ant-modal-footer {
130
  padding: 10px 48px 10px 40px;
皮倩雯's avatar
皮倩雯 committed
131
}
132

皮倩雯's avatar
皮倩雯 committed
133
.ant-table-pagination.ant-pagination {
皮倩雯's avatar
皮倩雯 committed
134
  margin: 5px 0;
135
}