From fdb46d8de2a54777b71a75403ddf2320731f8007 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 28 七月 2023 16:02:25 +0800
Subject: [PATCH] 调整样式
---
Source/UBCS-WEB/src/const/code/codeSynonym.js | 2 +-
Source/UBCS-WEB/src/views/code/code.vue | 16 ++++++++--------
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 9 ++++++++-
Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js | 4 ++--
Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js | 4 ++--
Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js | 2 +-
Source/UBCS-WEB/src/const/code/codebasic.js | 8 +++-----
Source/UBCS-WEB/src/const/code/mdmrule.js | 6 ++----
8 files changed, 27 insertions(+), 24 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js b/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js
index 8673ed6..ff746da 100644
--- a/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js
+++ b/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js
@@ -5,7 +5,7 @@
defaultExpandAll: true,
treeLoad: function (node, resolve) {
// const parentId = (node.level === 0) ? 0 : node.data.id;
-
+
// treeCodeClassifyValue(condtionData).then( res=> {
// console.log(res);
// resolve(res.data.map(classifyValueItem => {
@@ -38,4 +38,4 @@
codeclassifysecoid: 'codeclassifysecoid',
children: 'children'
}
-}
\ No newline at end of file
+}
diff --git a/Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js b/Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js
index 4f65f14..815621c 100644
--- a/Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js
+++ b/Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js
@@ -46,4 +46,4 @@
}
]
-}
\ No newline at end of file
+}
diff --git a/Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js b/Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js
index 8d45345..49d82b6 100644
--- a/Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js
+++ b/Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js
@@ -1,5 +1,5 @@
export default {
- height:"210px",
+ height:"260px",
calcHeight: 30,
tip: false,
editBtn: false,
@@ -42,4 +42,4 @@
search: false,
},
]
- }
\ No newline at end of file
+ }
diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 13c659e..9b96d9a 100644
--- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -1,6 +1,6 @@
export default {
height:'auto',
- calcHeight: 30,
+ calcHeight: 20,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -212,6 +212,7 @@
message: "璇疯緭鍏ヨ鍒欑紪鍙�",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "瑙勫垯鍚嶇О",
@@ -223,6 +224,7 @@
message: "璇疯緭鍏ヨ鍒欏悕绉�",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "鎻忚堪",
@@ -234,6 +236,7 @@
message: "璇疯緭鍏ユ弿杩�",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "",
@@ -269,6 +272,7 @@
message: "璇疯緭鍏ュ拷鐣ュぇ灏忓啓",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "蹇界暐绌烘牸",
@@ -286,6 +290,7 @@
message: "璇疯緭鍏ュ拷鐣ョ┖鏍�",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "蹇界暐鍏ㄩ儴绌烘牸",
@@ -303,6 +308,7 @@
message: "璇疯緭鍏ュ拷鐣ュ叏閮ㄧ┖鏍�",
trigger: "blur"
}],
+ labelWidth:120
},
{
label: "蹇界暐鍏ㄥ崐瑙�",
@@ -320,6 +326,7 @@
message: "璇疯緭鍏ュ拷鐣ュ叏鍗婅",
trigger: "blur"
}],
+ labelWidth:120
},
]
}
diff --git a/Source/UBCS-WEB/src/const/code/codeSynonym.js b/Source/UBCS-WEB/src/const/code/codeSynonym.js
index 8adf3a8..f4d67cd 100644
--- a/Source/UBCS-WEB/src/const/code/codeSynonym.js
+++ b/Source/UBCS-WEB/src/const/code/codeSynonym.js
@@ -1,6 +1,6 @@
export default {
height:'auto',
- calcHeight: 30,
+ calcHeight: 20,
tip: false,
searchShow: true,
searchMenuSpan: 6,
diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js
index 3780dcd..5f52389 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,10 +1,9 @@
export default {
- height:'auto',
- calcHeight: 30,
+ height:'260',
tip: false,
editBtn: false,
addBtn: false,
- searchShow: true,
+ searchShow: false,
searchMenuSpan: 5,
disablePage: false,
border: true,
@@ -15,7 +14,6 @@
dialogClickModal: false,
refreshBtn: true,
columnBtn: false,
- searchShowBtn: false,
highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
@@ -47,4 +45,4 @@
}
]
-}
\ No newline at end of file
+}
diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index a2b46e6..c8a5ce4 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,6 +1,5 @@
export default {
- height:"220px",
- calcHeight: 30,
+ height:"270",
tip: false,
editBtn:false,
searchShow: true,
@@ -11,7 +10,6 @@
selection: true,
dialogClickModal: false,
columnBtn: false,
- searchShowBtn: false,
highlightCurrentRow: true,
rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
@@ -92,4 +90,4 @@
display: false,
},
]
-}
\ No newline at end of file
+}
diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue
index 088e5fb..0aa01d7 100644
--- a/Source/UBCS-WEB/src/views/code/code.vue
+++ b/Source/UBCS-WEB/src/views/code/code.vue
@@ -340,7 +340,7 @@
<!-- 鐮佹鐮佸�肩鐞嗗璇濇 -->
<el-dialog title="鐮佹鐮佸�肩鐞�"
:visible.sync="isShowBasicSecCodeValueMgr"
- :width="isShowFixedForm ? '68vw':'50vw'"
+ :width="isShowFixedForm ? '69vw':'50vw'"
append-to-body
style="height: 116vh; margin-top: -10vh;"
@close="clearFixedOrClassifyForm('close')"
@@ -349,8 +349,7 @@
<el-row v-show="!isShowFixedForm">
<el-col :span="11">
<basic-container>
- <div class="box classify_value_box" style="height:65vh; margin-bottom:-40px">
- <el-scrollbar style="border-bottom-right-radius:8px ">
+ <div class="box classify_value_box" style="height:60vh; margin-bottom:-40px">
<basic-container>
<div class="abox" style="height:54vh">
<avue-tree
@@ -360,7 +359,6 @@
style="overflow-y: auto; height: 54vh"/>
</div>
</basic-container>
- </el-scrollbar>
</div>
<div style="margin-top:20px; display: flex; align-items:center; justify-content:center;">
<el-button size="mini" type="primary" icon="el-icon-arrow-up" class="button" @click="codeClassifyValueOpetion('up')">涓婄Щ</el-button>
@@ -370,7 +368,7 @@
</el-col>
<el-col :span="13">
<basic-container>
- <div class="box" style="height:65vh; margin-bottom:-40px">
+ <div class="box" style="height:60vh; margin-bottom:-40px">
<el-form>
<el-form-item label="鐮佸��:" :label-width="50" required>
<el-input style="width: 18vw" v-model="codeClassifyForm.id"></el-input>
@@ -422,8 +420,8 @@
<el-form-item label="鐮佸��:" label-width="54px" required>
<el-input style="width: 19.5vw" v-model="codeFixdForm.id"></el-input>
</el-form-item >
- <el-form-item label="鎻忚堪:">
- <el-input type="textarea" style="width: 20vw;" v-model="codeFixdForm.description"></el-input>
+ <el-form-item label="鎻忚堪:" label-width="54px">
+ <el-input type="textarea" style="width: 19.5vw;" v-model="codeFixdForm.description"></el-input>
</el-form-item>
</el-form>
</div>
@@ -2788,7 +2786,9 @@
</script>
<style>
-
+[class^="icon-"]{
+ font-size: 12px !important;
+}
.code-rule-crud > .avue-crud__search ,.code-basic-crud > .avue-crud__search {
margin-bottom: -15px;
}
--
Gitblit v1.9.3