【修改】搜索的样式
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<div class="tag-item">
|
||||
<label class="tag-title">报告年份:</label>
|
||||
<label class="tag-title">报告年份:</label>
|
||||
<el-select v-model="searchForm.year" multiple collapse-tags placeholder="请选择报告年份">
|
||||
<template v-for="item in yearList">
|
||||
<el-option :label="item" :value="item" :key="item"></el-option>
|
||||
@@ -257,8 +257,7 @@ export default {
|
||||
width: 80px;
|
||||
height: 19px;
|
||||
line-height: 19px;
|
||||
|
||||
border-right: 1px solid #BFBFBF;
|
||||
text-align: end;
|
||||
margin-right: 10px;
|
||||
margin-top: 2.5px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user