@jx3box/jx3box-ui 2.1.2 → 2.1.4
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/assets/css/single/cms-single.less +1 -1
- package/assets/css/single/thx.less +0 -2
- package/assets/css/wiki/wiki-panel.less +0 -34
- package/package.json +1 -1
- package/src/interact/BoxcoinRecords.vue +1 -1
- package/src/single/Collection.vue +1 -1
- package/src/single/PostHeader.vue +1 -1
- package/src/wiki/WikiRevisions.vue +2 -2
|
@@ -115,38 +115,4 @@
|
|
|
115
115
|
text-overflow: ellipsis;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
// 详情场景
|
|
120
|
-
// &.m-detail-scene {
|
|
121
|
-
// .m-panel-title {
|
|
122
|
-
// img,
|
|
123
|
-
// svg,
|
|
124
|
-
// i,
|
|
125
|
-
// span {
|
|
126
|
-
// .dbi;
|
|
127
|
-
// vertical-align: middle;
|
|
128
|
-
// }
|
|
129
|
-
|
|
130
|
-
// img,
|
|
131
|
-
// svg,
|
|
132
|
-
// i {
|
|
133
|
-
// width: 28px;
|
|
134
|
-
// height: 28px;
|
|
135
|
-
// line-height: 28px;
|
|
136
|
-
// color: var(--el-color-primary);
|
|
137
|
-
// fill: var(--el-color-primary);
|
|
138
|
-
// font-size: 22px;
|
|
139
|
-
// }
|
|
140
|
-
|
|
141
|
-
// img,
|
|
142
|
-
// svg {
|
|
143
|
-
// .mr(7px);
|
|
144
|
-
// }
|
|
145
|
-
|
|
146
|
-
// span {
|
|
147
|
-
// font-size: 17px;
|
|
148
|
-
// font-weight: 300;
|
|
149
|
-
// }
|
|
150
|
-
// }
|
|
151
|
-
// }
|
|
152
118
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<WikiPanel class="c-wiki-revisions" scene="detail">
|
|
3
3
|
<template #head-title>
|
|
4
|
-
<i class="el-icon-time"></i>
|
|
5
|
-
<span>历史版本</span>
|
|
4
|
+
<i class="u-icon el-icon-time"></i>
|
|
5
|
+
<span class="u-txt">历史版本</span>
|
|
6
6
|
</template>
|
|
7
7
|
<template #body>
|
|
8
8
|
<div class="m-revisions-panel">
|