@sy-common/organize-select-help 1.0.0-beta.71 → 1.0.0-beta.72

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.vue +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sy-common/organize-select-help",
3
- "version": "1.0.0-beta.71",
3
+ "version": "1.0.0-beta.72",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@lambo-design/core": "^4.7.1-beta.140",
14
- "@sy-common/core": "^1.0.0-beta.56"
14
+ "@sy-common/core": "^1.0.0-beta.58"
15
15
  },
16
16
  "scripts": {
17
17
  "release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
package/src/index.vue CHANGED
@@ -3196,7 +3196,8 @@ export default {
3196
3196
  // 强制保留左右结构,仅超小屏幕 换行
3197
3197
  flex-wrap: nowrap !important;
3198
3198
 
3199
- :global(.ivu-tabs-ink-bar) {
3199
+ // 只在当前组件内部隐藏 ink-bar,不影响全局
3200
+ /deep/.ivu-tabs-ink-bar {
3200
3201
  height: 0 !important;
3201
3202
  display: none !important;
3202
3203
  width: 0 !important;