Commit f3b4916e by 姜雷

修改样式

parent 3930f8f7
...@@ -163,6 +163,14 @@ export default { ...@@ -163,6 +163,14 @@ export default {
.Dashboard { .Dashboard {
.Dashboard-Row.Dashboard-Register { .Dashboard-Row.Dashboard-Register {
height: auto; height: auto;
.Dashboard-SearchBar {
.filter-item-label {
min-width: auto;
width: auto;
}
}
}
.Dashboard-DataCard { .Dashboard-DataCard {
background-color: #fff; background-color: #fff;
border-radius: 8px; border-radius: 8px;
...@@ -174,10 +182,7 @@ export default { ...@@ -174,10 +182,7 @@ export default {
.Dashboard-SearchBar { .Dashboard-SearchBar {
display: flex; display: flex;
padding: 10px 0 20px; padding: 10px 0 20px;
.filter-item-label {
min-width: auto;
width: auto;
}
.filter-item-input { .filter-item-input {
width: 200px; width: 200px;
.el-input { .el-input {
...@@ -211,6 +216,5 @@ export default { ...@@ -211,6 +216,5 @@ export default {
} }
} }
} }
}
} }
</style> </style>
...@@ -43,5 +43,6 @@ export default { ...@@ -43,5 +43,6 @@ export default {
<style lang="scss"> <style lang="scss">
.Home-Dashboard.Dashboard { .Home-Dashboard.Dashboard {
padding: 22px 34px; padding: 22px 34px;
overflow-y: scroll;
} }
</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