修改样式
This commit is contained in:
@@ -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抽屉-->
|
||||
|
||||
Reference in New Issue
Block a user