mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
♻️ 完善 box-bg 层级,减少 border
This commit is contained in:
@@ -189,7 +189,7 @@ function getIcon(itemId: string, type: string): string {
|
||||
// 监听数据变化
|
||||
watch(
|
||||
() => props.dataVal,
|
||||
(newVal) => {
|
||||
() => {
|
||||
star5List.value = [];
|
||||
star4List.value = [];
|
||||
reset5count.value = 0;
|
||||
@@ -207,7 +207,6 @@ watch(
|
||||
.gro-dv-container {
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--common-shadow-2);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user