@bsgoal/common 2.15.22 → 2.15.23

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": "@bsgoal/common",
3
- "version": "2.15.22",
3
+ "version": "2.15.23",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -2,7 +2,7 @@
2
2
  * @Author: canlong.shen
3
3
  * @Date: 2023-04-10 11:29:04
4
4
  * @LastEditors: canlong.shen
5
- * @LastEditTime: 2023-07-07 14:25:44
5
+ * @LastEditTime: 2023-07-10 17:56:26
6
6
  * @FilePath: \common\src\components\bsgoal-base-table\index.vue
7
7
  * @Description:
8
8
  *
@@ -154,6 +154,13 @@ const props = defineProps({
154
154
  serial: {
155
155
  type: [Boolean],
156
156
  default: false
157
+ },
158
+ /**
159
+ * 主体style
160
+ */
161
+ bodyStyle: {
162
+ type: [Object],
163
+ default: () => ({})
157
164
  }
158
165
  })
159
166
 
@@ -326,6 +333,7 @@ defineExpose({
326
333
  <div
327
334
  class="base_table"
328
335
  :class="{ 'base_table--tree': TREE_SWITCH_STATUS === false, bsgoal_micro_app: isMicroApp }"
336
+ :style="bodyStyle"
329
337
  >
330
338
  <!-- S 表头操作区域 -->
331
339
  <div class="base_table_menu" v-if="$slots.menu">