修改样式

This commit is contained in:
宋伟佳
2021-05-26 14:15:41 +08:00
parent e372b36ff5
commit cd51a4ae06
194 changed files with 575 additions and 758 deletions
+3 -3
View File
@@ -190,7 +190,7 @@
</el-form>
<div slot="footer">
<el-button type="primary" round class="common-button-primary" @click="getDomesticStandardTableBtn">高级检索</el-button>
<el-button round class="common-button-default" @click="clearAllSearch">重置</el-button>
<el-button class="common-button-default" @click="clearAllSearch">重置</el-button>
</div>
</el-dialog>
<!--搜索中心-高级检索-->
@@ -382,7 +382,7 @@
</el-form>
<div class="search-condition-btn">
<el-button type="primary" round class="common-button-primary" @click="getDomesticStandardTableBtn">查询</el-button>
<el-button round class="common-button-default" @click="clearAllSearch">重置</el-button>
<el-button class="common-button-default" @click="clearAllSearch">重置</el-button>
</div>
</div>
<!-- 组织机构树 -->
@@ -421,7 +421,7 @@
</div>
<div class="demo-drawer-footer" v-if="checkEnable">
<el-button type="primary" round class="common-button-primary" icon="el-icon-check" @click="isTreeOk">确定</el-button>
<el-button round class="common-button-default" icon="el-icon-close" @click="isTreeDrawer = false">取消</el-button>
<el-button class="common-button-default" icon="el-icon-close" @click="isTreeDrawer = false">取消</el-button>
</div>
</el-drawer>
<!--SVPPS抽屉-->