sh-view 2.0.1 → 2.0.2
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 +1 -1
- package/packages/components/global-components/sh-drawer/index.vue +1 -1
- package/packages/components/global-components/sh-form/css/index.scss +2 -2
- package/packages/components/global-components/sh-poptip/index.vue +2 -1
- package/dist/css/227.45fab5b7.css +0 -1
- package/dist/css/291.e7facf7d.css +0 -1
- package/dist/css/299.e98df6ce.css +0 -1
- package/dist/css/358.e641c5d1.css +0 -1
- package/dist/css/534.726e6699.css +0 -1
- package/dist/css/769.8008ac6c.css +0 -1
- package/dist/css/index.2bd4fb37.css +0 -1
- package/dist/css/index.2bd4fb37.css.gz +0 -0
- package/dist/fonts/iconfont.03e5a9f9.ttf +0 -0
- package/dist/fonts/iconfont.03e5a9f9.ttf.gz +0 -0
- package/dist/fonts/ionicons.31fd4446.ttf +0 -0
- package/dist/fonts/ionicons.31fd4446.ttf.gz +0 -0
- package/dist/fonts/ionicons.d03f2836.woff2 +0 -0
- package/dist/fonts/ionicons.dacd136b.woff +0 -0
- package/dist/fonts/ionicons.dacd136b.woff.gz +0 -0
- package/dist/img/ionicons.6e8059e8.svg +0 -870
- package/dist/img/ionicons.6e8059e8.svg.gz +0 -0
- package/dist/js/152.588ca5b4.js +0 -1
- package/dist/js/165.f026fdcd.js +0 -1
- package/dist/js/227.6d340a71.js +0 -1
- package/dist/js/257.285f071f.js +0 -1
- package/dist/js/264.32b3a9a5.js +0 -1
- package/dist/js/291.e100da5e.js +0 -1
- package/dist/js/299.2062f9ff.js +0 -1
- package/dist/js/322.ff97ab5e.js +0 -1
- package/dist/js/333.da633859.js +0 -1
- package/dist/js/341.d4433549.js +0 -1
- package/dist/js/358.81429379.js +0 -1
- package/dist/js/387.7b1e3b8a.js +0 -1
- package/dist/js/392.c53bf6c9.js +0 -1
- package/dist/js/400.03e3be15.js +0 -1
- package/dist/js/41.fca2504e.js +0 -1
- package/dist/js/444.a0350517.js +0 -1
- package/dist/js/452.7f75d556.js +0 -2
- package/dist/js/452.7f75d556.js.gz +0 -0
- package/dist/js/497.06080ae1.js +0 -1
- package/dist/js/514.2ea0055a.js +0 -1
- package/dist/js/534.40a67536.js +0 -1
- package/dist/js/558.6175bf20.js +0 -15
- package/dist/js/558.6175bf20.js.gz +0 -0
- package/dist/js/586.098ab36d.js +0 -1
- package/dist/js/593.df7d7c2e.js +0 -1
- package/dist/js/601.abf6f256.js +0 -1
- package/dist/js/654.99b45cd4.js +0 -18
- package/dist/js/654.99b45cd4.js.gz +0 -0
- package/dist/js/668.a15a0058.js +0 -1
- package/dist/js/704.52e87fec.js +0 -1
- package/dist/js/720.aceca876.js +0 -1
- package/dist/js/769.1376ca7f.js +0 -1
- package/dist/js/875.975891f5.js +0 -1
- package/dist/js/89.c7317ccb.js +0 -1
- package/dist/js/94.d54e8b09.js +0 -1
- package/dist/js/chunk-vendors.e05ef0ac.js +0 -438
- package/dist/js/chunk-vendors.e05ef0ac.js.gz +0 -0
- package/dist/js/index.b31868df.js +0 -1
- package/dist/js/index.b31868df.js.gz +0 -0
package/package.json
CHANGED
|
@@ -392,7 +392,7 @@ export default {
|
|
|
392
392
|
position: absolute;
|
|
393
393
|
top: 0;
|
|
394
394
|
bottom: 0;
|
|
395
|
-
background-color:
|
|
395
|
+
background-color: var(--vxe-table-body-background-color);
|
|
396
396
|
border: 0;
|
|
397
397
|
background-clip: padding-box;
|
|
398
398
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
.vxe-input--inner[disabled], .vxe-textarea--inner[disabled]{
|
|
6
6
|
cursor: auto;
|
|
7
7
|
color: #333;
|
|
8
|
-
background-color:
|
|
8
|
+
background-color: var(--vxe-table-body-background-color);
|
|
9
9
|
border-color: var(--vxe-primary-lighten-color);
|
|
10
10
|
}
|
|
11
11
|
.vxe-checkbox.is--disabled{
|
|
12
12
|
cursor: auto;
|
|
13
13
|
color: #333;
|
|
14
14
|
& > input + .vxe-checkbox--icon{
|
|
15
|
-
background-color:
|
|
15
|
+
background-color: var(--vxe-table-body-background-color);
|
|
16
16
|
border-color: var(--vxe-primary-lighten-color);
|
|
17
17
|
}
|
|
18
18
|
& > input + .vxe-checkbox--icon:before{
|
|
@@ -350,6 +350,7 @@ $poptip-arrow-color: hsla(0, 0%, 85%, 0.5);
|
|
|
350
350
|
&-rel {
|
|
351
351
|
display: inline-block;
|
|
352
352
|
position: relative;
|
|
353
|
+
width: 100%;
|
|
353
354
|
}
|
|
354
355
|
&-title {
|
|
355
356
|
margin: 0;
|
|
@@ -386,7 +387,7 @@ $poptip-arrow-color: hsla(0, 0%, 85%, 0.5);
|
|
|
386
387
|
}
|
|
387
388
|
&-inner {
|
|
388
389
|
width: 100%;
|
|
389
|
-
background-color:
|
|
390
|
+
background-color: var(--vxe-table-body-background-color);
|
|
390
391
|
background-clip: padding-box;
|
|
391
392
|
border-radius: var(--vxe-border-radius);
|
|
392
393
|
box-shadow: var(--box-shadow);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.test-tree-wrap[data-v-2ac41b11]{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:nowrap}.test-tree-wrap .test-tree-item[data-v-2ac41b11]{flex:1;overflow:auto}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.bottom[data-v-3fc2987f],.top[data-v-3fc2987f]{text-align:center;width:100%}.center[data-v-3fc2987f]{width:600px;margin:10px auto;overflow:hidden}.center-left[data-v-3fc2987f]{float:left}.center-right[data-v-3fc2987f]{float:right}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.exampleRow .sh-row[data-v-7618ce24]{margin-bottom:20px}.exampleRow .sh-col[data-v-7618ce24]{text-align:center;min-height:44px;line-height:44px;background-color:#ccc}.exampleRow .sh-col[data-v-7618ce24]:nth-of-type(odd){background-color:var(--vxe-primary-color)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.carner-block[data-v-90089df8]{width:150px;height:200px;display:block;position:relative;background:#fff;margin:10px;float:left}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.count-block{width:150px;height:100px;display:inline-flex;justify-content:center;align-items:center;background:#ccc;margin:15px}.count-block .count-text{font-size:30px;color:#ff3552}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sh-badge{margin-right:30px}.demo-badge{width:42px;height:42px;background:#eee;border-radius:6px;display:inline-block}.demo-badge-alone{background:#5cb85c!important}
|