优化规格

This commit is contained in:
gyq
2024-03-13 18:26:57 +08:00
parent e058c97016
commit c68b36740f
6 changed files with 90 additions and 49 deletions

View File

@@ -159,6 +159,11 @@ const menus = ref([
justify-content: center;
align-items: center;
text-decoration: none;
/* 去除下划线 */
color: inherit;
/* 继承父元素的颜色 */
cursor: pointer;
/* 修改鼠标指针样式 */
&:first-child {
border-bottom: 1px solid #666;