mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
style: 优化选择年份和边距
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: flex;justify-content: space-between; align-items: center;">
|
<div style="display: flex;justify-content: space-between; align-items: center;">
|
||||||
<span style="margin-right: 10px;">请选择年份 </span>
|
<span style="margin-right: 10px;" class="option-item">请选择年份 </span>
|
||||||
<el-select v-model="yearChosen" multiple>
|
<el-select v-model="yearChosen" multiple>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="year in years"
|
v-for="year in years"
|
||||||
@@ -2096,7 +2096,7 @@ export default {
|
|||||||
|
|
||||||
.search-div {
|
.search-div {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 10px 25px;
|
padding: 10px 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
::v-deep .el-input {
|
::v-deep .el-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user