@jx3box/jx3box-ui 2.0.30 → 2.0.31

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.30",
3
+ "version": "2.0.31",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,10 +14,10 @@
14
14
  <!-- 分页 -->
15
15
  <el-row v-if="data.length >= 3 || showPager">
16
16
  <el-col :span="4">
17
- <el-button link v-show="showPager" @click="showLess()">{{
17
+ <el-button class="u-op" link v-show="showPager" @click="showLess()" icon="DCaret">{{
18
18
  $jx3boxT("jx3boxUi.replyList.collapse", "收起")
19
19
  }}</el-button>
20
- <el-button link v-show="!showPager" @click="showMore()">{{
20
+ <el-button class="u-op" link v-show="!showPager" @click="showMore()" icon="DCaret">{{
21
21
  $jx3boxT("jx3boxUi.replyList.showMore", "查看更多")
22
22
  }}</el-button>
23
23
  </el-col>
@@ -102,6 +102,11 @@ export default {
102
102
  .c-comment-replylist {
103
103
  padding: 10px 0 10px 68px;
104
104
  border-top: 1px dashed #eee;
105
+
106
+ .u-op {
107
+ margin-left:0;
108
+ font-weight: normal;
109
+ }
105
110
  }
106
111
  .c-comment-reply {
107
112
  padding-top: 5px;