|
@@ -31,8 +31,7 @@ ul {
|
|
|
list-style: none;
|
|
|
}
|
|
|
body {
|
|
|
- overflow: auto;
|
|
|
- overflow-y: overlay;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
/* 文本域取消下拉 */
|
|
|
textarea {
|
|
@@ -41,7 +40,7 @@ textarea {
|
|
|
}
|
|
|
/* 主题色 */
|
|
|
:root {
|
|
|
- --themeColor: rgb(185, 12, 12);
|
|
|
+ --themeColor: #b90c0c;
|
|
|
}
|
|
|
/* 找不到页面 */
|
|
|
.noFindPage {
|
|
@@ -80,7 +79,7 @@ textarea {
|
|
|
color: #ff4d4d;
|
|
|
}
|
|
|
#root .ant-pagination {
|
|
|
- margin: 40px 0;
|
|
|
+ margin: 40px 0 !important;
|
|
|
}
|
|
|
#root .ant-pagination .ant-pagination-item {
|
|
|
border-radius: 50%;
|
|
@@ -135,25 +134,8 @@ textarea {
|
|
|
#root .ant-table-cell {
|
|
|
text-align: center !important;
|
|
|
}
|
|
|
-#root .ant-table {
|
|
|
- border-radius: 0;
|
|
|
- /* background: red; */
|
|
|
- border: 1px solid rgb(226, 224, 224);
|
|
|
-
|
|
|
- .ant-table-header {
|
|
|
- border-radius: 0;
|
|
|
- }
|
|
|
- .ant-table-bordered {
|
|
|
- >.ant-table-container {
|
|
|
- border: none;
|
|
|
- border-radius: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- #root .ant-table-wrapper >table {
|
|
|
- border-radius: 0;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
+#root .ant-table-container {
|
|
|
+ border: 1px solid #f0f0f0 !important;
|
|
|
}
|
|
|
[hidden] {
|
|
|
display: none !important;
|
|
@@ -167,18 +149,19 @@ textarea {
|
|
|
.pageTitle {
|
|
|
font-size: 18px;
|
|
|
font-weight: 700;
|
|
|
- color: var(--themeColor);
|
|
|
- margin-bottom: 10px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 11;
|
|
|
+ padding-left: 40px;
|
|
|
}
|
|
|
.pageTitle::before {
|
|
|
+ position: absolute;
|
|
|
+ left: 20px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
content: '';
|
|
|
- width: 3px;
|
|
|
- height: 19px;
|
|
|
- background-color: var(--themeColor);
|
|
|
- display: inline-table;
|
|
|
- margin-right: 5px;
|
|
|
- vertical-align: middle;
|
|
|
- margin-bottom: 3px;
|
|
|
+ width: 6px;
|
|
|
+ height: 20px;
|
|
|
+ background-color: #775755;
|
|
|
}
|
|
|
.mySorrl::-webkit-scrollbar {
|
|
|
/*滚动条整体样式*/
|