@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
package/src/CommonHeader.vue
CHANGED
|
@@ -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"
|
|
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:
|
|
113
|
+
gap: 3px;
|
|
112
114
|
}
|
|
113
115
|
.u-icon {
|
|
114
116
|
font-size: 18px;
|