底边栏设置

This commit is contained in:
龚皓 2024-09-06 09:15:32 +08:00
parent 12676a3706
commit e307cd7e94
1 changed files with 4 additions and 2 deletions

View File

@ -236,8 +236,10 @@ watch(
/* padding: 10px; */ /* padding: 10px; */
font-size: 16px; font-size: 16px;
color: #333; color: #333;
height: 5vh; height: 2vh;
display: flex;
justify-content: center;
text-align: center;
/* flex-shrink: 0; */ /* flex-shrink: 0; */
} }
</style> </style>