|
@@ -224,7 +224,7 @@ export default defineComponent({
|
|
|
li {
|
|
li {
|
|
|
color: var(--next-bg-columnsMenuBarColor);
|
|
color: var(--next-bg-columnsMenuBarColor);
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 50px;
|
|
|
|
|
|
|
+ height: 55px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -273,7 +273,7 @@ export default defineComponent({
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
top: 2px;
|
|
top: 2px;
|
|
|
- height: 44px;
|
|
|
|
|
|
|
+ height: 50px;
|
|
|
width: 65px;
|
|
width: 65px;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
z-index: 0;
|
|
z-index: 0;
|