fix: model list watch data
This commit is contained in:
+5
-1
@@ -16,6 +16,7 @@ html {
|
||||
--border-radius-base: 8px;
|
||||
--border-radius-middle: 20px;
|
||||
--border-radius-small: 8px;
|
||||
--border-radius-mini: 4px;
|
||||
--color-white-1: rgba(255, 255, 255, 100%);
|
||||
--color-fill-sider: #f4f5f4;
|
||||
--font-weight-normal: 500;
|
||||
@@ -51,6 +52,7 @@ html {
|
||||
--box-shadow-base: 0 4px 6px rgba(227, 232, 240, 70%);
|
||||
--ant-border-radius-lg: 8px;
|
||||
--ant-menu-item-color: var(--color-text-1);
|
||||
--color-selected-bg: rgba(230, 230, 230, 88%);
|
||||
// --box-shadow-base: none;
|
||||
|
||||
.css-var-rf {
|
||||
@@ -104,8 +106,9 @@ html {
|
||||
|
||||
&.ant-modal-css-var {
|
||||
--ant-modal-title-font-size: 14px;
|
||||
--ant-modal-header-margin-bottom: 26px;
|
||||
--ant-modal-header-margin-bottom: 20px;
|
||||
--ant-modal-footer-margin-top: 30px;
|
||||
--ant-modal-content-padding: 20px 24px 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,6 +132,7 @@ html {
|
||||
.css-var-r0.ant-select-css-var {
|
||||
--ant-select-option-active-bg: var(--color-fill-1);
|
||||
--ant-select-option-font-size: var(--font-size-base);
|
||||
--ant-select-option-selected-bg: var(--color-selected-bg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user