修改部分自写公共组件代码

This commit is contained in:
2024-09-28 15:05:54 +08:00
parent c3d4f1d78c
commit 1aa502103b
4 changed files with 100 additions and 58 deletions

View File

@@ -105,7 +105,7 @@ import { computed } from 'vue';
margin: auto;
}
.shadow{
box-shadow: 0 0 10px #999;
box-shadow: 0 0 10px #aaa;
}
.btn {
font-size: 28rpx;