@jx3box/jx3box-vue3-ui 0.4.14 → 0.4.15

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-vue3-ui",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  <div class="c-admin-wrapper" ref="adminDrawer">
13
13
  <!-- <template v-if="isAdmin"> -->
14
14
  <el-divider content-position="left">状态变更</el-divider>
15
- <el-radio-group v-model="post_status" size="small" class="c-admin-status">
15
+ <el-radio-group v-model="post_status" class="c-admin-status">
16
16
  <el-radio-button v-for="(option, key) in status_options" :label="key" :key="key">{{
17
17
  option
18
18
  }}</el-radio-button>
@@ -20,7 +20,7 @@
20
20
  <!-- </template> -->
21
21
 
22
22
  <el-divider content-position="left">可见性变更</el-divider>
23
- <el-radio-group v-model="visible" size="small" class="c-admin-status">
23
+ <el-radio-group v-model="visible" class="c-admin-status">
24
24
  <el-radio-button v-for="(option, key) in visible_options" :label="key" :key="key">{{
25
25
  option
26
26
  }}</el-radio-button>
@@ -39,7 +39,6 @@
39
39
  class="c-admin-highlight-block"
40
40
  v-model="color"
41
41
  :predefine="color_options"
42
- size="small"
43
42
  ></el-color-picker>
44
43
  <span class="c-admin-highlight-preview" :style="{ color: color }">预览高亮效果</span>
45
44
  </template>
@@ -57,7 +56,7 @@
57
56
  <img v-if="post_banner" :src="post_banner" />
58
57
  <el-icon><Plus /></el-icon>
59
58
  </el-upload>
60
- <el-input class="u-banner" v-model="post_banner" size="small">
59
+ <el-input class="u-banner" v-model="post_banner">
61
60
  <template #prepend>
62
61
  <span>海报地址</span>
63
62
  </template>