element-sim 1.1.29 → 1.1.30

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.
@@ -1,5 +1,9 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.1.30
4
+ 2024-08-14
5
+ - theme-chalk 优化table和tabs样式
6
+
3
7
  ### 1.1.29
4
8
  2024-08-13
5
9
  - el-drawer 默认点击空白页不关闭弹窗
@@ -32394,6 +32394,9 @@ function renderThumbStyle(_ref) {
32394
32394
 
32395
32395
  render: function render(h) {
32396
32396
  var gutter = scrollbar_width_default()();
32397
+ // 不要加边距
32398
+ gutter = 0;
32399
+
32397
32400
  var style = this.wrapStyle;
32398
32401
 
32399
32402
  if (gutter) {
@@ -43441,7 +43444,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43441
43444
  }
43442
43445
 
43443
43446
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43444
- version: '1.1.29',
43447
+ version: '1.1.30',
43445
43448
  locale: lib_locale_default.a.use,
43446
43449
  i18n: lib_locale_default.a.i18n,
43447
43450
  install: src_install,