diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 7703cd0be..fee3d0d68 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -65,15 +65,13 @@
icon="el-icon-search"
type="primary"
class="common-button-primary"
- round
@click="searchBtnClick(standCommonlySearch)">
- 高级查询
+ 高级查询
@@ -85,17 +83,14 @@
新增
导入
导出
@@ -105,19 +100,17 @@
批量删除
移除标准
模板下载
配置标准
@@ -247,7 +240,7 @@
@@ -513,7 +506,7 @@
@@ -600,8 +593,8 @@
-
-
+
+
@@ -718,10 +711,10 @@
placeholder="根据标准号/名称查找" clearable/>
-
+
-
+
@@ -793,7 +786,6 @@
@@ -854,7 +846,7 @@
{
this.$http.post('lawss/sarMenu/deleteMenuAndChildren', this.selectSarMenu, {
_this: this, loading: 'loading'
@@ -1907,7 +1899,7 @@ export default {
confirmButtonText: '确定',
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
- roundButton: true,
+ roundButton: false,
type: 'warning'
}).then(() => {
this.$http.post('lawss/sarMenu/deleteMenuAndChildren', this.selectSarMenu, {
@@ -2184,7 +2176,7 @@ export default {
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
type: 'warning',
- roundButton: true
+ roundButton: false
}).then(() => {
this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: itemid}, {
_this: this,
@@ -2208,7 +2200,7 @@ export default {
confirmButtonText: '确定',
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
- roundButton: true,
+ roundButton: false,
type: 'warning'
})
} else {
@@ -2217,7 +2209,7 @@ export default {
confirmButtonText: '确定',
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
- roundButton: true,
+ roundButton: false,
type: 'warning'
}).then(() => {
this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: this.selectedList.join(',')}, {
@@ -3043,7 +3035,7 @@ export default {
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
type: 'warning',
- roundButton: true
+ roundButton: false
}).then(() => {
search.idlist.push(item)
this.$http.putData('lawss/sarStandMenu/removeStandInfo', search, {
@@ -3064,7 +3056,7 @@ export default {
confirmButtonText: '确定',
confirmButtonClass: 'common-button-primary',
cancelButtonText: '取消',
- roundButton: true,
+ roundButton: false,
type: 'warning'
}).then(() => {
for (let i = 0; i < this.selectedList.length; i++) {
diff --git a/src/pages/skillReq/SkillReqSee/searchForm.vue b/src/pages/skillReq/SkillReqSee/searchForm.vue
index b600b14ce..3f204fb32 100644
--- a/src/pages/skillReq/SkillReqSee/searchForm.vue
+++ b/src/pages/skillReq/SkillReqSee/searchForm.vue
@@ -404,7 +404,6 @@ export default {
span {
margin-right: 15px;
padding: 0px 7px;
- 2px;
transition: all 0.3s ease;
user-select: none;
margin-bottom: 5px;