feat(layout): 修改layout

This commit is contained in:
chenyang
2021-06-02 17:13:42 +08:00
parent 91f8af87a0
commit e9572e2f69
122 changed files with 201 additions and 208 deletions
+1
View File
@@ -0,0 +1 @@
.el-card{border-radius:4px;border:1px solid #606266;background-color:#1a1a1e;overflow:hidden;color:#f2f6fc;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #606266;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}