bl-common-vue3 3.8.72 → 3.8.74

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": "bl-common-vue3",
3
- "version": "3.8.72",
3
+ "version": "3.8.74",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "description": "bailing vue3 common components lib",
@@ -233,7 +233,7 @@ const utils = {
233
233
  */
234
234
  modalConfirm: ({
235
235
  title = t('common.basic.tips'),
236
- content = {},
236
+ content = null,
237
237
  centered = true,
238
238
  onOk,
239
239
  onCancel,
@@ -355,8 +355,10 @@ export default defineComponent({
355
355
  :deep(.tox .tox-promotion-link) {
356
356
  display: none !important;
357
357
  }
358
+ </style>
358
359
 
359
- :deep(.tox.tox-tinymce-aux) {
360
- z-index: 999 !important;
360
+ <style lang="less">
361
+ .tox.tox-tinymce-aux {
362
+ z-index: 1001 !important;
361
363
  }
362
364
  </style>