zydx-plus 1.36.646 → 1.36.647

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.36.646",
3
+ "version": "1.36.647",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -245,9 +245,6 @@ input[name='check'] {
245
245
  font-weight: 700;
246
246
  flex: 1;
247
247
  }
248
- .padd{
249
- padding-bottom: 24px;
250
- }
251
248
  .buts-disabled{
252
249
  color: #797979 !important;
253
250
  cursor: not-allowed;
@@ -6,7 +6,7 @@
6
6
  <div class="paper-choice" :class="{'array-ch': !styleText(item.testKey)}" v-for="(item,index) in value">
7
7
  <div class="subject">
8
8
  <!-- 题目标题区域:有题号展示题号,否则展示序号 -->
9
- <div class="subject-title" :class="{'padd': item.top !== 0}" v-if="item.subject">
9
+ <div class="subject-title" v-if="item.subject">
10
10
  <!-- 多选模式下的勾选框 -->
11
11
  <input v-if="multipleShow" type="checkbox" :disabled="item.disabled" :checked="item.checked" @change="checkboxChange($event,index)"
12
12
  name="check"/>
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.36.646',
92
+ version: '1.36.647',
93
93
  install,
94
94
  Calendar,
95
95
  Message,