doctor-admin-components 1.0.14-beta.37 → 1.0.14-beta.38

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": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.14-beta.37",
4
+ "version": "1.0.14-beta.38",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -9,7 +9,7 @@
9
9
  <el-image style="width: 38px; height: 46px" :src="fileInfo.url" fit="contain" :preview-src-list="[fileInfo.url]" v-else-if="isImage(fileInfo.url)"></el-image>
10
10
  <div class="area-file" v-else></div>
11
11
  <div>
12
- <div> {{ fileInfo.fileName }}</div>
12
+ <div class="name-width">{{ fileInfo.fileName }}</div>
13
13
  <div class="preview-download-root">
14
14
  <div
15
15
  v-if="!fileInfo.downloadUrl"
@@ -318,8 +318,10 @@ export default {
318
318
  <style lang="scss" scoped>
319
319
  .file-info {
320
320
  min-width: 450px;
321
- display: flex;
322
- // border: 1px solid red;
321
+ @media screen and (max-width: 768px) {
322
+ min-width: 300px;
323
+ max-width: 300px;
324
+ }
323
325
  .main {
324
326
  display: flex;
325
327
  .checkbox-position {