st-comp 0.0.139 → 0.0.140

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,7 +1,7 @@
1
1
  {
2
2
  "name": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.139",
4
+ "version": "0.0.140",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -204,6 +204,7 @@ watch(
204
204
  </div>
205
205
  <el-segmented
206
206
  v-model="segmentedValue"
207
+ size="default"
207
208
  :options="[
208
209
  { label: '添加', value: 'ruleForm', disabled: !allowOperation },
209
210
  { label: '管理', value: 'table', disabled: false },
@@ -218,6 +219,7 @@ watch(
218
219
  ref="ruleFormRef"
219
220
  :model="ruleForm"
220
221
  :rules="rules"
222
+ size="default"
221
223
  label-width="90px"
222
224
  >
223
225
  <!-- 交易类型 -->
@@ -490,6 +492,7 @@ watch(
490
492
  v-for="item in shortcutData"
491
493
  :key="item.id"
492
494
  type="primary"
495
+ size="default"
493
496
  closable
494
497
  @click="handleClickShortcut(item)"
495
498
  @close="handleDeleteShortcut(item)"
@@ -518,6 +521,7 @@ watch(
518
521
  :model="shortcut_ruleForm"
519
522
  :rules="shortcut_rules"
520
523
  label-width="90px"
524
+ size="default"
521
525
  >
522
526
  <!-- 配置名称 -->
523
527
  <el-form-item
@@ -609,9 +613,14 @@ watch(
609
613
  <!-- 底部 -->
610
614
  <template #footer>
611
615
  <div class="custom-footer">
612
- <el-button @click="visible = false">关闭</el-button>
616
+ <el-button
617
+ size="default"
618
+ @click="visible = false"
619
+ >关闭</el-button
620
+ >
613
621
  <el-button
614
622
  v-if="segmentedValue === 'ruleForm'"
623
+ size="default"
615
624
  type="primary"
616
625
  @click="handleSubmit(ruleFormRef)"
617
626
  >
@@ -619,6 +628,7 @@ watch(
619
628
  </el-button>
620
629
  <el-button
621
630
  v-if="segmentedValue === 'shortcut'"
631
+ size="default"
622
632
  type="primary"
623
633
  @click="handleSaveShortcut(shortcut_ruleFormRef)"
624
634
  >