3h1-ui 3.0.0-next.63 → 3.0.0-next.65
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/es/index.js +2 -1
- package/es/style.css +2 -1
- package/lib/index.js +2 -1
- package/package.json +3 -3
- package/lib/style.css +0 -9107
package/es/index.js
CHANGED
|
@@ -20937,7 +20937,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20937
20937
|
const _component_ArrowLeftOutlined = resolveComponent("ArrowLeftOutlined");
|
|
20938
20938
|
return !_ctx.isDetail ? (openBlock(), createBlock(_component_BasicTitle, {
|
|
20939
20939
|
key: 0,
|
|
20940
|
-
class: normalizeClass(_ctx.prefixCls)
|
|
20940
|
+
class: normalizeClass(_ctx.prefixCls),
|
|
20941
|
+
span: false
|
|
20941
20942
|
}, {
|
|
20942
20943
|
default: withCtx(() => [
|
|
20943
20944
|
renderSlot(_ctx.$slots, "title"),
|
package/es/style.css
CHANGED
|
@@ -1169,6 +1169,7 @@ span.iconify {
|
|
|
1169
1169
|
justify-content: space-between;
|
|
1170
1170
|
align-items: center;
|
|
1171
1171
|
height: 32px;
|
|
1172
|
+
border-radius: 4px;
|
|
1172
1173
|
}
|
|
1173
1174
|
.shy-collapse-container__header-action {
|
|
1174
1175
|
background: var(--gray-1);
|
|
@@ -8985,7 +8986,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8985
8986
|
.shy-container-content {
|
|
8986
8987
|
flex: 1;
|
|
8987
8988
|
overflow: auto;
|
|
8988
|
-
padding: 0 16px;
|
|
8989
|
+
padding: 0 16px 16px 16px;
|
|
8989
8990
|
}
|
|
8990
8991
|
.shy-container-footer {
|
|
8991
8992
|
height: 55px;
|
package/lib/index.js
CHANGED
|
@@ -20961,7 +20961,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20961
20961
|
const _component_ArrowLeftOutlined = vue.resolveComponent("ArrowLeftOutlined");
|
|
20962
20962
|
return !_ctx.isDetail ? (vue.openBlock(), vue.createBlock(_component_BasicTitle, {
|
|
20963
20963
|
key: 0,
|
|
20964
|
-
class: vue.normalizeClass(_ctx.prefixCls)
|
|
20964
|
+
class: vue.normalizeClass(_ctx.prefixCls),
|
|
20965
|
+
span: false
|
|
20965
20966
|
}, {
|
|
20966
20967
|
default: vue.withCtx(() => [
|
|
20967
20968
|
vue.renderSlot(_ctx.$slots, "title"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.65",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/use": "1.0.0-next.1",
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|