样式修改
This commit is contained in:
@@ -332,7 +332,6 @@
|
||||
v-if="EditPermission !== '1'"
|
||||
type="warning"
|
||||
icon="el-icon-edit-outline"
|
||||
round
|
||||
@click="onlineEditing"
|
||||
class="common-button-warning"
|
||||
>在线编辑</el-button>
|
||||
|
||||
@@ -276,12 +276,10 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
class="common-button-primary add-button"
|
||||
round
|
||||
@click="addModal"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
round
|
||||
@click="deleteStand"
|
||||
><i class="iconfont"></i>删除</el-button>
|
||||
</div>
|
||||
|
||||
@@ -276,12 +276,10 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
class="common-button-primary add-button"
|
||||
round
|
||||
@click="addModal"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
round
|
||||
@click="deleteStand"
|
||||
><i class="iconfont"></i>删除</el-button>
|
||||
</div>
|
||||
|
||||
@@ -136,7 +136,6 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
round
|
||||
icon="el-icon-edit"
|
||||
@click="toogleExpand(scope.row, scope.$index)"
|
||||
></el-button>
|
||||
|
||||
@@ -34,12 +34,10 @@
|
||||
<div class="addbutton">
|
||||
<el-button class="common-button-primary add-button"
|
||||
type="primary"
|
||||
round
|
||||
:disabled="tableData.length === 0"
|
||||
@click="EditAll">批量编辑</el-button>
|
||||
<el-button class="common-button-primary add-button"
|
||||
type="primary"
|
||||
round
|
||||
@click="AddModal"><i class="iconfont"></i>新增</el-button>
|
||||
</div>
|
||||
<el-divider content-position="left">技术评估</el-divider>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<el-button class="common-button-primary add-button"
|
||||
type="primary"
|
||||
@click="submitAll"
|
||||
round>批量同意</el-button>
|
||||
>批量同意</el-button>
|
||||
<!-- <el-button class="common-button-primary add-button"-->
|
||||
<!-- type="primary"-->
|
||||
<!-- @click="handleEntrust"-->
|
||||
@@ -583,7 +583,7 @@
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning',
|
||||
confirmButtonClass: 'common-button-primary',
|
||||
roundButton: true
|
||||
roundButton: false
|
||||
}).then(() => {
|
||||
next()
|
||||
})
|
||||
@@ -639,7 +639,7 @@
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning',
|
||||
confirmButtonClass: 'common-button-primary',
|
||||
roundButton: true
|
||||
roundButton: false
|
||||
}).then(() => {
|
||||
next()
|
||||
})
|
||||
|
||||
@@ -867,7 +867,7 @@
|
||||
<!-- ></AdvancedQuery>-->
|
||||
<table-tools-bar v-model="isAdvancedSearch">
|
||||
<div slot="content">
|
||||
<el-form :model="sarStandardsSearch" :inline="true" class="label-input-form" style="display: flex;flex-wrap: wrap">
|
||||
<el-form :model="sarStandardsSearch" :inline="true" class="label-input-form table-lattice" style="display: flex;flex-wrap: wrap">
|
||||
<!-- 标准号-->
|
||||
<el-form-item :label="$t('m.standardNo')" class="serch-form-item">
|
||||
<el-input v-model="sarStandardsSearch.standNumber" :placeholder="$t('m.lookUpByStandardNumber')" clearable :maxlength="100"
|
||||
@@ -3767,21 +3767,24 @@ export default {
|
||||
outline: none!important;
|
||||
}
|
||||
.label-input-form {
|
||||
/deep/.el-form-item__label {
|
||||
width:100px;
|
||||
height:30px;
|
||||
border: 1px solid #DCDFE6;
|
||||
border-right: none;
|
||||
line-height:30px;
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
background: #F9F9F9;
|
||||
}
|
||||
/deep/.el-input__inner {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border-radius: 0 !important;
|
||||
&.table-lattice{
|
||||
/deep/.el-form-item__label {
|
||||
width:100px;
|
||||
height:30px;
|
||||
border: 1px solid #DCDFE6;
|
||||
border-right: none;
|
||||
line-height:30px;
|
||||
text-align: center;
|
||||
margin-top: 6px;
|
||||
background: #F9F9F9;
|
||||
}
|
||||
/deep/.el-input__inner {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
+2
-4
@@ -50,7 +50,6 @@
|
||||
icon="el-icon-search"
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
round
|
||||
@click="getReplaceLawsNumRow">
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
@@ -58,7 +57,6 @@
|
||||
<el-button
|
||||
class="common-button-default"
|
||||
icon="el-icon-refresh-left"
|
||||
round
|
||||
type="default"
|
||||
@click="getResetLawsNumRow"></el-button>
|
||||
</el-form-item>
|
||||
@@ -129,8 +127,8 @@
|
||||
@pageChange="pageChangeReplace"
|
||||
@pageSizeChange="pageSizeChangeReplace"></pagination>
|
||||
<div slot="footer" class="demo-drawer-footer">
|
||||
<el-button size="small" round class="common-button-primary" icon="el-icon-close" @click="replaceLawsNumModel = false">取消</el-button>
|
||||
<el-button size="small" type="primary" round class="common-button-default" icon="el-icon-check" @click="replaceLawsNumModelBt">提交</el-button>
|
||||
<el-button size="small" class="common-button-primary" icon="el-icon-close" @click="replaceLawsNumModel = false">取消</el-button>
|
||||
<el-button size="small" type="primary" class="common-button-default" icon="el-icon-check" @click="replaceLawsNumModelBt">提交</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user