vft 0.0.162 → 0.0.164
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/dist/index.css +1 -1
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/carousel.vue2.js +22 -26
- package/es/components/carousel/index.d.ts +11 -11
- package/es/components/checkbox/index.d.ts +12 -12
- package/es/components/header-layout/header-layout.vue2.js +14 -14
- package/es/components/index.js +113 -113
- package/es/components/link/index.d.ts +4 -4
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/select/option-item.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +114 -114
- package/es/components/table/table.vue.d.ts +13 -13
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/tree/index.d.ts +42 -42
- package/es/components/tree/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +19 -19
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/carousel/index.d.ts +11 -11
- package/lib/components/checkbox/index.d.ts +12 -12
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/link/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/select/option-item.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +114 -114
- package/lib/components/table/table.vue.d.ts +13 -13
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/tree/index.d.ts +42 -42
- package/lib/components/tree/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +19 -19
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +6 -6
- package/theme-style/index.css +1 -1
- package/theme-style/src/header-layout.scss +4 -0
- package/theme-style/vft-header-layout.css +1 -1
- package/web-types.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}
|
|
1
|
+
:root{--vft-header-layout-height:70px;--vft-header-layout-top-height:40px;--vft-header-layout-bg-color:#eff1f5;--vft-header-layout-left-min-width:800px;--vft-header-layout-z-index:var(--vft-z-index-header-layout)}.vft-header-layout{height:var(--vft-header-layout-height);background-color:var(--vft-header-layout-bg-color);z-index:var(--vft-header-layout-z-index)}.vft-header-layout .vft-container{height:100%}.vft-header-layout__top-container{height:var(--vft-header-layout-top-height);overflow:visible}.vft-header-layout__top-container .content{display:flex;justify-content:space-between;height:100%}.vft-header-layout__top-container .content .left{display:flex;align-items:center;min-width:var(--vft-header-layout-left-min-width)}.vft-header-layout__top-container .content .right{display:flex;align-items:center}.vft-header-layout .vft-container.is-no-bottom{height:100%}.vft-header-layout__footer{height:calc(var(--vft-header-layout-height) - var(--vft-header-layout-top-height))}
|