|
@@ -145,7 +145,7 @@ input[type='reset'] {
|
|
|
.card-box {
|
|
|
border-radius: 0.4rem 0 0.4rem 0;
|
|
|
background: #ffffff;
|
|
|
- box-shadow: 0.01rem 0.06rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
|
|
|
+ // box-shadow: 0.01rem 0.06rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
.value-number {
|
|
|
font-size: 0.8rem;
|
|
@@ -167,7 +167,7 @@ input[type='reset'] {
|
|
|
.content-title {
|
|
|
padding-left: 0.05rem;
|
|
|
padding-right: 0.05rem;
|
|
|
- height: calc(100vh - 1.1rem);
|
|
|
+ height: calc(100vh - 1.15rem);
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
@@ -247,9 +247,8 @@ input[type='reset'] {
|
|
|
padding-top: 0;
|
|
|
padding-bottom: 0;
|
|
|
}
|
|
|
-.ant-table {
|
|
|
- background-color: white !important;
|
|
|
-}
|
|
|
+
|
|
|
+.ant-table,
|
|
|
.ant-table-cell,
|
|
|
.ant-table-placeholder {
|
|
|
background: transparent !important;
|
|
@@ -267,21 +266,27 @@ input[type='reset'] {
|
|
|
display: none;
|
|
|
}
|
|
|
.ant-table-thead {
|
|
|
- background: #cbe0f6;
|
|
|
+ background: rgba(23, 85, 255, 0.5);
|
|
|
}
|
|
|
-.ant-table-thead > tr > th,
|
|
|
-.ant-table-tbody > tr > td {
|
|
|
- border-radius: 0 !important;
|
|
|
- padding: 0.16rem 0.18rem !important;
|
|
|
- font-size: 0.24rem !important;
|
|
|
- color: #4a4a4a !important;
|
|
|
- line-height: 0.32rem !important;
|
|
|
- font-weight: normal !important;
|
|
|
+.ant-table-wrapper .ant-table-thead > tr > th,
|
|
|
+.ant-table-wrapper .ant-table-tbody > tr > td {
|
|
|
+ border-radius: 0;
|
|
|
+ padding: 0.12rem 0.18rem;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ color: #fff;
|
|
|
+ line-height: 1;
|
|
|
+ font-weight: normal;
|
|
|
vertical-align: middle;
|
|
|
- border: none !important;
|
|
|
+ border: 0 none !important;
|
|
|
+ border-radius: 0 !important;
|
|
|
}
|
|
|
-.ant-table-tbody > tr:nth-child(even) {
|
|
|
- background: rgba(145, 192, 238, 0.16);
|
|
|
+
|
|
|
+// .ant-table-tbody > tr:nth-child(even) {
|
|
|
+// background: rgba(145, 192, 238, 0.16);
|
|
|
+// }
|
|
|
+
|
|
|
+.ant-table-cell::before {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
.ant-picker {
|