no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 17:16:54 +08:00
parent 56d1adc9f6
commit 6678cd51fc
3 changed files with 20 additions and 0 deletions

View File

@ -47,6 +47,10 @@
color: #ffffff;
cursor: pointer;
}
.top-hand .top-right .save-btn.save-already {
background-color: #2d2d2d;
border: 1px #2d2d2d;
}
.top-hand .top-right .save-btn .icon {
width: 24px;
height: 24px;
@ -183,6 +187,11 @@
width: 38px;
height: 38px;
}
.body .item .thead .top .vs-box {
width: 24px;
height: 24px;
border-radius: 50%;
}
.body .item .thead .top .name {
font-size: 15px;
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;

View File

@ -54,6 +54,11 @@
color: #ffffff;
cursor: pointer;
&.save-already {
background-color: rgba(45, 45, 45, 1);
border: 1px rgba(45, 45, 45, 1);
}
.icon {
width: 24px;
height: 24px;
@ -213,6 +218,12 @@
width: 38px;
height: 38px;
}
.vs-box {
width: 24px;
height: 24px;
border-radius: 50%;
}
.name {
font-size: 15px;
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;

BIN
img/tick-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB