修复BUG

This commit is contained in:
MuHua-123
2025-10-11 17:27:10 +08:00
parent 21b7cbcef5
commit 4597149228
71 changed files with 285 additions and 1227 deletions
@@ -0,0 +1,27 @@
.menu-unit {
flex-direction: row;
align-self: flex-start;
flex-grow: 0;
width: 100%;
height: 25px;
}
.menu-unit:hover {
background-color: rgba(0, 0, 0, 0.2);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.menu-arrow {
flex-grow: 0;
height: 25px;
width: 25px;
background-image: url("project://database/Assets/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=-1087164816274819069&guid=59bfacbee7a859f42904b05799bf9437&type=3#arrow-right@2x");
-unity-background-image-tint-color: rgb(51, 50, 50);
}
.menu-arrow-hide {
display: none;
}