zydx-plus 1.35.531 → 1.35.532

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": "zydx-plus",
3
- "version": "1.35.531",
3
+ "version": "1.35.532",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -2281,7 +2281,8 @@ let buttonNames = {
2281
2281
  default: "demand",
2282
2282
  demand: '调查要求',
2283
2283
  resourceIndex: '调查试题',
2284
- actionAnalysis: '调查评析'
2284
+ actionAnalysis: '调查评析',
2285
+ qualityAnalysis: '素养评析'
2285
2286
  },
2286
2287
  otherLevel: {
2287
2288
  default: "singletonClass",
@@ -4,7 +4,9 @@
4
4
  <div v-if="isShowsLeft" class="left" ref="leftRef">
5
5
  <slot name="left"></slot>
6
6
  </div>
7
- <div v-if="isShowsRight && isShowsLeft" class="resize" ref="resizeRef"></div>
7
+ <div v-if="isShowsRight && isShowsLeft" class="resize">
8
+ <img src="./drag.png" ref="resizeRef" style="width: 30px;height: 30px;position: absolute;top: 280px;left: 50%;transform: translateX(-15px)" alt="">
9
+ </div>
8
10
  <div v-if="isShowsRight" class="right" ref="rightRef">
9
11
  <!-- 右侧内容,默认展示30%,默认最小宽度310px-->
10
12
  <slot name="right"></slot>
@@ -134,7 +136,7 @@ export default {
134
136
  }
135
137
  .resize {
136
138
  position: relative;
137
- width: 5px;
139
+ width: 10px;
138
140
  cursor: col-resize;
139
141
  background-size: cover;
140
142
  background-position: center;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.531',
92
+ version: '1.35.532',
93
93
  install,
94
94
  Calendar,
95
95
  Message,