@jx3box/jx3box-ui 2.1.3 → 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/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">
|