bri-components 1.4.97 → 1.4.98

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": "bri-components",
3
- "version": "1.4.97",
3
+ "version": "1.4.98",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -674,16 +674,15 @@
674
674
 
675
675
  &-fileList {
676
676
  width: 100%;
677
+
677
678
  &-fileName {
678
- width: 100%;
679
- height: 100%;
680
679
  cursor: pointer;
681
- display: flex;
682
- justify-content: space-between;
683
- align-items: center;
684
680
 
685
681
  &-edit {
686
682
  padding: 0 8px;
683
+ display: flex;
684
+ justify-content: space-between;
685
+ align-items: center;
687
686
  }
688
687
  }
689
688
  }
@@ -20,7 +20,7 @@
20
20
  :title="operationItem.tipTitle"
21
21
  :content="operationItem.tipContent"
22
22
  word-wrap
23
- width="220"
23
+ :width="operationItem.tipWidth || 220"
24
24
  :transfer="true"
25
25
  >
26
26
  <bri-button
@@ -89,7 +89,7 @@
89
89
  :title="operationItem.tipTitle"
90
90
  :content="operationItem.tipContent"
91
91
  word-wrap
92
- width="220"
92
+ :width="operationItem.tipWidth || 220"
93
93
  :transfer="true"
94
94
  >
95
95
  <bri-button
@@ -136,7 +136,7 @@
136
136
  :title="operationItem.tipTitle"
137
137
  :content="operationItem.tipContent"
138
138
  word-wrap
139
- width="220"
139
+ :width="operationItem.tipWidth || 220"
140
140
  popper-class="DshButtons-poptip"
141
141
  :transfer="true"
142
142
  >