@jx3box/jx3box-ui 2.0.8 → 2.0.9

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": "@jx3box/jx3box-ui",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -219,6 +219,7 @@ export default {
219
219
  left: 0;
220
220
  top: 0;
221
221
  z-index: 601;
222
+ box-sizing: border-box;
222
223
 
223
224
  width: 100%;
224
225
  height: @header-height;
@@ -4,7 +4,9 @@
4
4
  <div class="c-post-collection-title">
5
5
  <el-icon class="u-icon"><Connection>></Connection></el-icon> 关联
6
6
  </div>
7
- <div class="u-op" @click="toggle"><el-icon><DCaret></DCaret></el-icon> 折叠</div>
7
+ <div class="u-op" @click="toggle">
8
+ <el-icon><DCaret></DCaret></el-icon> 折叠
9
+ </div>
8
10
  </div>
9
11
  <transition name="collapse">
10
12
  <ul v-show="show" class="c-post-collection-list">
@@ -108,7 +110,7 @@ export default {
108
110
  color: #333;
109
111
  .flex;
110
112
  align-items: center;
111
- gap: 5px;
113
+ gap: 3px;
112
114
  }
113
115
  .u-icon {
114
116
  font-size: 18px;
@@ -155,7 +155,7 @@ export default {
155
155
  color: #333;
156
156
  .flex;
157
157
  align-items: center;
158
- gap: 5px;
158
+ gap: 3px;
159
159
  .u-icon {
160
160
  font-size: 18px;
161
161
  }