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
|
@@ -113,8 +113,7 @@ defineExpose({
|
|
|
113
113
|
|
|
114
114
|
<style scoped>
|
|
115
115
|
.preview-doc-container {
|
|
116
|
-
height:
|
|
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:
|
|
126
|
-
padding: 20px;
|
|
124
|
+
height: 100%;
|
|
127
125
|
background: #000000;
|
|
128
126
|
}
|
|
129
127
|
|