ai.touchui-vue 1.32.1 → 1.32.3
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/lib/ai.touchui-vue.common.js +79 -103
- package/lib/cascader.js +24 -22
- package/lib/float.js +10 -31
- package/lib/index.js +1 -1
- package/lib/tab.js +29 -34
- package/lib/theme/css/theme/B-Design.css +1 -1
- package/lib/theme/css/theme/aiplan.css +1 -1
- package/lib/theme/css/theme/aiplangd.css +1 -1
- package/lib/theme/css/theme/chbn.css +1 -1
- package/lib/theme/css/theme/default.css +1 -1
- package/lib/theme/css/theme/dt.css +1 -1
- package/lib/theme/css/theme/ecloud.css +1 -1
- package/lib/theme/css/theme/hongkong.css +1 -1
- package/lib/theme/css/theme/narrow.css +1 -1
- package/lib/theme/css/theme/sdpf.css +1 -1
- package/lib/theme/css/theme/upc.css +1 -1
- package/lib/theme/css/theme/website.css +1 -1
- package/lib/theme/css/theme/zj.css +1 -1
- package/package.json +1 -1
- package/packages/cascader/src/cascader.vue +4 -4
- package/packages/float/src/main.vue +8 -29
- package/packages/tab/.DS_Store +0 -0
- package/packages/tab/src/tab-item.vue +4 -5
- package/packages/tab/src/tab.vue +15 -10
- package/packages/theme/lib/css/theme/B-Design.css +1 -1
- package/packages/theme/lib/css/theme/aiplan.css +1 -1
- package/packages/theme/lib/css/theme/aiplangd.css +1 -1
- package/packages/theme/lib/css/theme/chbn.css +1 -1
- package/packages/theme/lib/css/theme/default.css +1 -1
- package/packages/theme/lib/css/theme/dt.css +1 -1
- package/packages/theme/lib/css/theme/ecloud.css +1 -1
- package/packages/theme/lib/css/theme/hongkong.css +1 -1
- package/packages/theme/lib/css/theme/narrow.css +1 -1
- package/packages/theme/lib/css/theme/sdpf.css +1 -1
- package/packages/theme/lib/css/theme/upc.css +1 -1
- package/packages/theme/lib/css/theme/website.css +1 -1
- package/packages/theme/lib/css/theme/zj.css +1 -1
- package/packages/theme/src/less/component/float.less +1 -7
- package/packages/theme/src/less/component/tab.less +2 -3
- package/packages/theme/src/less/element/dis.less +1 -1
- package/src/index.js +1 -1
|
@@ -7,14 +7,8 @@
|
|
|
7
7
|
.to-floatTrigger { display:inline-flex; position:relative; vertical-align:middle;}
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
|
|
11
10
|
// 色彩
|
|
12
|
-
.to-float-color-info {
|
|
13
|
-
> .content { background:@bg-dark-0-6;}
|
|
14
|
-
}
|
|
15
|
-
.to-float-color-none {
|
|
16
|
-
> .content { background:none; border:0 none; box-shadow:none;}
|
|
17
|
-
}
|
|
11
|
+
.to-float-color-info { background:@bg-dark-0-6;}
|
|
18
12
|
|
|
19
13
|
|
|
20
14
|
// 显示
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
.delete { border-radius:50%; width:1+@gap; border-radius:1+@gap; height:1+@gap; line-height:1+@gap; text-align:center; cursor:default; position:absolute; right:((1+2*@gap)*1.1667-1-@gap)/2; top:((1+2*@gap)*1.1667-1-@gap)/2; background:@bg-dark-0-5;}
|
|
31
31
|
}
|
|
32
32
|
li.on .content { cursor:default; font-weight:bold; color:@fg;}
|
|
33
|
-
li.disabled .content { cursor:not-allowed; opacity:0.4;}
|
|
34
33
|
}
|
|
35
34
|
> .fn {
|
|
36
35
|
padding:((1+2*@gap)*1.1667-(1+2*@gap))/2;
|
|
@@ -94,7 +93,7 @@
|
|
|
94
93
|
}
|
|
95
94
|
}
|
|
96
95
|
}
|
|
97
|
-
|
|
96
|
+
> .fn { display:none;}
|
|
98
97
|
}
|
|
99
98
|
}
|
|
100
99
|
|
|
@@ -426,7 +425,7 @@
|
|
|
426
425
|
}
|
|
427
426
|
}
|
|
428
427
|
}
|
|
429
|
-
|
|
428
|
+
> .fn { display:none;}
|
|
430
429
|
}
|
|
431
430
|
}
|
|
432
431
|
.to-tab-tab-width-avg.to-tab-height-full,
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
.to-dis-none { pointer-events:none;}
|
|
6
6
|
.to-dis .to-form > ul > li,
|
|
7
7
|
.to-dis.to-form > ul > li { pointer-events:none;}
|
|
8
|
-
.to-dis.type-select {
|
|
8
|
+
.to-dis.type-select {opacity:1;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
|
|
9
9
|
|