doctor-admin-components 1.0.14-beta.36 → 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.36",
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",
@@ -131,7 +131,7 @@
131
131
  "BL_No": "提单号:",
132
132
  "BL_Not_Confirm": "BLI未确认",
133
133
  "BL_Confirmed": "BLI已确认",
134
- "BL_info_confirmed": "提单信息已确认",
134
+ "BL_info_confirmed": "草稿提单已确认",
135
135
  "bl_draft_confirm": "确认提单草稿",
136
136
  "editBLInformation": "编辑提单信息",
137
137
  "Credit_Note": "Credit note",
@@ -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 {