mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
全局布局修改成圆角
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user