Commit 6223e097 by 姜雷

Merge branch 'develop' into 'test'

修改样式 See merge request !136
parents b71bb344 f3b4916e
...@@ -163,52 +163,56 @@ export default { ...@@ -163,52 +163,56 @@ export default {
.Dashboard { .Dashboard {
.Dashboard-Row.Dashboard-Register { .Dashboard-Row.Dashboard-Register {
height: auto; height: auto;
.Dashboard-DataCard {
background-color: #fff;
border-radius: 8px;
margin-right: 8px;
&:last-child {
margin-right: 0;
}
}
.Dashboard-SearchBar { .Dashboard-SearchBar {
display: flex;
padding: 10px 0 20px;
.filter-item-label { .filter-item-label {
min-width: auto; min-width: auto;
width: auto; width: auto;
} }
.filter-item-input {
width: 200px;
.el-input {
width: 100%;
}
}
} }
.Dashboard-CampusData { }
display: flex;
padding: 0 15px; .Dashboard-DataCard {
.Dashboard-title { background-color: #fff;
position: relative; border-radius: 8px;
.more-info { margin-right: 8px;
margin-left: 20px; &:last-child {
font-weight: normal; margin-right: 0;
} }
}
.Dashboard-SearchBar {
display: flex;
padding: 10px 0 20px;
.filter-item-input {
width: 200px;
.el-input {
width: 100%;
} }
.Dashboard-title::before { }
content: ''; }
position: absolute; .Dashboard-CampusData {
bottom: -12px; display: flex;
left: 0; padding: 0 15px;
width: 32px; .Dashboard-title {
height: 4px; position: relative;
background-color: #4e82fb; .more-info {
margin-left: 20px;
font-weight: normal;
} }
.Dashboard-CampusItem { }
flex: 1; .Dashboard-title::before {
&:nth-child(2) { content: '';
flex: 1.4; position: absolute;
} bottom: -12px;
left: 0;
width: 32px;
height: 4px;
background-color: #4e82fb;
}
.Dashboard-CampusItem {
flex: 1;
&:nth-child(2) {
flex: 1.4;
} }
} }
} }
......
...@@ -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