全局布局修改成圆角

This commit is contained in:
bob
2024-09-05 11:59:54 +08:00
parent 1cb9b3b261
commit c7663a28bb

View File

@@ -110,6 +110,8 @@ const onExit = async () => {
.el-aside {
background-color: #409eff;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
.avatar {
display: flex;
@@ -144,5 +146,10 @@ const onExit = async () => {
cursor: pointer;
}
}
.el-main {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
}
</style>