cnhis-design-vue 0.2.49-beta → 0.2.50-beta

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": "cnhis-design-vue",
3
- "version": "0.2.49-beta",
3
+ "version": "0.2.50-beta",
4
4
  "description": "基于 Ant Desgin Vue 的UI库",
5
5
  "keyword": "cnhis-design-vue vue cnhis",
6
6
  "homepage": "http://dv.cnhis.com/",
@@ -95,4 +95,4 @@
95
95
  "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
96
96
  }
97
97
  }
98
- }
98
+ }
@@ -160,6 +160,7 @@ export default {
160
160
  // scoped
161
161
  // 进度显示当前播放时间
162
162
  .video-js {
163
+ height: 512px;
163
164
  .vjs-time-control {
164
165
  display: block;
165
166
  }
@@ -1,5 +1,15 @@
1
1
  <template>
2
- <a-modal :visible="previewVisible" :footer="null" @cancel="handleCancel" wrapClassName="image-modal" width="65vw" height="60vh">
2
+ <a-modal
3
+ :visible="previewVisible"
4
+ :footer="null"
5
+ @cancel="handleCancel"
6
+ wrapClassName="image-modal"
7
+ width="65vw"
8
+ :bodyStyle="{
9
+ height: '600px',
10
+ overflowY: 'auto'
11
+ }"
12
+ >
3
13
  <div class="preview-wrap">
4
14
  <div class="preview">
5
15
  <playerVod :playerOptions="playerOptions" v-if="fileList && fileList.length === 0"></playerVod>
@@ -91,6 +101,7 @@ export default {
91
101
  .preview {
92
102
  padding: 20px 0;
93
103
  width: 60vw;
104
+ height: 100%;
94
105
  // height: 60vh;
95
106
  // display: flex;
96
107
  // justify-content: center;
@@ -5,7 +5,10 @@
5
5
  @cancel="handleCancel"
6
6
  wrapClassName="image-modal"
7
7
  width="65vw"
8
- height="60vh"
8
+ :bodyStyle="{
9
+ height: '600px',
10
+ overflowY: 'auto'
11
+ }"
9
12
  >
10
13
  <div class="preview-wrap">
11
14
  <div class="preview">
@@ -100,6 +103,7 @@ export default {
100
103
  .preview {
101
104
  padding: 20px 0;
102
105
  width: 60vw;
106
+ height: 100%;
103
107
  // height: 60vh;
104
108
  // display: flex;
105
109
  // justify-content: center;