Commit a54496cd authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 78b96ea0 cbe6eb58
...@@ -76,4 +76,9 @@ export default { ...@@ -76,4 +76,9 @@ export default {
width: 120px; width: 120px;
color: #909399; color: #909399;
} }
/deep/.el-card,
/deep/.page {
-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
</style> </style>
...@@ -196,4 +196,7 @@ export default { ...@@ -196,4 +196,7 @@ export default {
/deep/ .buttons { /deep/ .buttons {
margin-bottom: 10px; margin-bottom: 10px;
} }
/deep/.el-tabs__nav {
text-align: center;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment