centaline-data-driven 1.1.34 → 1.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -1,13 +1,8 @@
1
1
  <template>
2
2
  <div id="app-Tree" style="height:100%;position: fixed;">
3
- <el-container style="height: 100vh;width:100vw; border: 1px solid #eee">
4
- <el-aside width="200px" style="background-color: rgb(238, 241, 246);border-radius:6px;">
5
- <ct-tree :flagsearch="true" :searchConditionApi="'/SystemParameterCatalogList/getLayoutOfSearch'" :searchDataApi="'/SystemParameterCatalogList/getList'" @loaded="loaded"></ct-tree>
6
- </el-aside>
7
- <el-main v-if="isShowSearchlist">
8
- <ct-searchlist :searchConditionApi="'/SystemParameterCatalogList/getLayoutOfSearch'" :searchDataApi="'/SystemParameterCatalogList/getList'" :api-param="apiParam"></ct-searchlist>
9
- </el-main>
10
- </el-container>
3
+ <ct-treelist :flagsearch="true" :apiParam="apiParam"
4
+ :searchConditionApi="'/SystemParameterCatalogList/getLayoutOfSearch'"
5
+ :searchDataApi="'/SystemParameterCatalogList/getListOfSearchModel'" @loaded="loaded"></ct-treelist>
11
6
  </div>
12
7
  </template>
13
8
 
@@ -189,4 +189,7 @@
189
189
  }
190
190
  .ct-so .ct-input_inner,.el-input__inner{
191
191
  border-radius: 6px!important;
192
+ }
193
+ .ct-radios .ct-font-size-mini .el-radio-button__inner{
194
+ padding: 5px 10px;
192
195
  }
@@ -3,7 +3,7 @@
3
3
  ]">
4
4
  <div style="flex:1;" :class="[model.showLabel?'el-input-group el-input-group--prepend':'',!valid?'inputError':'']">
5
5
  <div v-if="model.showLabel && model.label" class="el-input-group__prepend" :class="[model.labelClass]">
6
- <img v-if="model.preLabel" :src="model.preLabel" style="width: 1em;height: 1em;fill: currentColor;
6
+ <img v-if="model.preLabel" :src="model.preLabel" style="width: 1.3em;height: 1.3em;fill: currentColor;
7
7
  overflow: hidden;vertical-align: middle;"/>
8
8
  {{model.label}}
9
9
  </div>
@@ -77,17 +77,18 @@
77
77
  }
78
78
  .ct-searchcategory .el-input-group__prepend{
79
79
  text-align: left;
80
- color:#EE6B6B;
80
+ padding-left: 0px!important;
81
+ color: #ee6b6b !important;
81
82
  font-weight: Bold;
82
83
  text-shadow: 0 2px 2px rgb(121 0 4 / 10%);
83
- font-size: 20px;
84
+ font-size: 16px;
84
85
  vertical-align: middle;
85
86
  }
86
87
  .ct-searchcategory .ct-radios {
87
88
  color: #606266;
88
89
  border-radius: 4px;
89
90
  /*border: 1px solid #dcdfe6;*/
90
- line-height: 40px;
91
+ line-height: 30px;
91
92
  padding-left: 15px;
92
93
  text-align: right;
93
94
  }
@@ -45,7 +45,10 @@
45
45
  props: {
46
46
  api: String,
47
47
  vmodel: Object,
48
- categoryLoaded:Boolean,
48
+ categoryLoaded:{
49
+ type:Boolean,
50
+ default:true
51
+ },
49
52
  screenPara: {
50
53
  type: Object,
51
54
  default: () => { }