feat:update cs && update style (#488)

This commit is contained in:
dagongren
2024-04-23 12:20:27 +08:00
committed by GitHub
parent 3454a98cfb
commit bf1076fe4a
47 changed files with 449 additions and 2035 deletions

View File

@@ -1152,13 +1152,6 @@ body {
}
}
// button
.ops-button-primary {
background-color: @primary-color_4;
border-color: @primary-color_4;
color: @primary-color;
box-shadow: none;
}
// button
.ops-button-ghost.ant-btn-background-ghost.ant-btn-primary {
background-color: @primary-color_5!important;

View File

@@ -46,11 +46,6 @@
@layout-sidebar-selected-font-color: @primary-color;
@layout-sidebar-disabled-font-color: @text-color_4;
#custom_colors() {
color_1: #2f54eb; //primary color
color_2: #f0f5ff; //light background color
color_3: #d2e2ff;
}
.ops_display_wrapper(@backgroundColor:@primary-color_5) {
cursor: pointer;