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

@@ -185,14 +185,14 @@ export default {
width: 20px;
height: 20px;
border-radius: 2px;
background-color: #custom_colors[color_2];
color: #custom_colors[color_1];
background-color: @primary-color_5;
color: @primary-color;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
&:hover {
background-color: #custom_colors[color_1];
background-color: @primary-color;
color: #fff;
}
}