af-mobile-client-vue3 1.4.60 → 1.4.61

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,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.4.60",
4
+ "version": "1.4.61",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -113,8 +113,7 @@ defineExpose({
113
113
 
114
114
  <style scoped>
115
115
  .preview-doc-container {
116
- height: calc(100vh - 60px);
117
- padding-top: 20px;
116
+ height: 100%;
118
117
  }
119
118
 
120
119
  .preview-image-wrapper,
@@ -122,8 +121,7 @@ defineExpose({
122
121
  display: flex;
123
122
  align-items: center;
124
123
  justify-content: center;
125
- height: calc(100vh - 60px);
126
- padding: 20px;
124
+ height: 100%;
127
125
  background: #000000;
128
126
  }
129
127
 
@@ -25,4 +25,7 @@ onMounted(() => {
25
25
  </template>
26
26
 
27
27
  <style scoped lang="less">
28
+ .doc-preview-file {
29
+ height: 90vh;
30
+ }
28
31
  </style>