|
@@ -43,15 +43,16 @@ body {
|
|
font-size: 16px !important;
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.ant-pagination-item-link span[role="img"],
|
|
.ant-message-custom-content span[role="img"] {
|
|
.ant-message-custom-content span[role="img"] {
|
|
- top: -4px;
|
|
|
|
|
|
+ vertical-align: 0.2em !important;
|
|
}
|
|
}
|
|
|
|
|
|
button.ant-btn {
|
|
button.ant-btn {
|
|
height: 32px;
|
|
height: 32px;
|
|
padding: 4px 16px;
|
|
padding: 4px 16px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- border-radius: 32px;
|
|
|
|
|
|
+ border-radius: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
button.ant-btn span[role="img"] {
|
|
button.ant-btn span[role="img"] {
|
|
@@ -73,15 +74,35 @@ button.ant-btn.download-tpl-btn {
|
|
}
|
|
}
|
|
|
|
|
|
.ant-select .ant-select-selector {
|
|
.ant-select .ant-select-selector {
|
|
- border-radius: 10px !important;
|
|
|
|
|
|
+ border-radius: 5px !important;
|
|
}
|
|
}
|
|
|
|
|
|
.ant-input-affix-wrapper {
|
|
.ant-input-affix-wrapper {
|
|
- border-radius: 10px !important;
|
|
|
|
|
|
+ border-radius: 5px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.ant-input,
|
|
.ant-input-number {
|
|
.ant-input-number {
|
|
- border-radius: 10px !important;
|
|
|
|
|
|
+ border-radius: 5px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ant-pagination li,
|
|
|
|
+.ant-pagination li a {
|
|
|
|
+ border-radius: 50% !important;
|
|
|
|
+}
|
|
|
|
+.ant-pagination .ant-pagination-item-active {
|
|
|
|
+ background-color: #4d66fd;
|
|
|
|
+}
|
|
|
|
+.ant-pagination .ant-pagination-item-active a {
|
|
|
|
+ color: white !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ant-table-tbody td .ant-btn {
|
|
|
|
+ margin-right: 8px;
|
|
|
|
+}
|
|
|
|
+.ant-table-column-title {
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #7a7c85;
|
|
}
|
|
}
|
|
|
|
|
|
table.custom-table {
|
|
table.custom-table {
|
|
@@ -101,3 +122,16 @@ table.custom-table {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+/* 左侧菜单 */
|
|
|
|
+.ant-menu .ant-menu-title-content {
|
|
|
|
+ color: #212534;
|
|
|
|
+}
|
|
|
|
+.ant-menu .ant-menu-title-content a[class=""] {
|
|
|
|
+ color: #7a7c85;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* modal 不要“取消按钮” */
|
|
|
|
+.ant-modal-content .ant-modal-footer button:first-child {
|
|
|
|
+ display: none;
|
|
|
|
+}
|