10.17 16:57

This commit is contained in:
user 2023-10-18 11:26:57 +08:00
parent 26cd3cdf7c
commit 0ff11ec140
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
top: 0; top: 0;
width: 51%; width: 51%;
height: 100%; height: 100%;
background: #9df1f1; background: #409EFF;
z-index: 1000; z-index: 1000;
-webkit-transform: translateX(0); -webkit-transform: translateX(0);
-ms-transform: translateX(0); -ms-transform: translateX(0);

View File

@ -4,7 +4,7 @@
**/ **/
/* theme color */ /* theme color */
$--color-primary: #00acac; $--color-primary:#409EFF;
$--color-success: #13ce66; $--color-success: #13ce66;
$--color-warning: #ffba00; $--color-warning: #ffba00;
$--color-danger: #ff4949; $--color-danger: #ff4949;