@deskhero/dh_ui 1.46.1 → 1.46.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/dist/dh_ui.es.js +4 -4
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -24914,7 +24914,7 @@ const _sfc_main$b = {
|
|
|
24914
24914
|
},
|
|
24915
24915
|
heightProp: {
|
|
24916
24916
|
type: String,
|
|
24917
|
-
default: "
|
|
24917
|
+
default: "30px"
|
|
24918
24918
|
},
|
|
24919
24919
|
direction: {
|
|
24920
24920
|
type: String,
|
|
@@ -24928,9 +24928,9 @@ const _sfc_main$b = {
|
|
|
24928
24928
|
setup(__props) {
|
|
24929
24929
|
const props = __props;
|
|
24930
24930
|
useCssVars((_ctx) => ({
|
|
24931
|
-
"
|
|
24932
|
-
"
|
|
24933
|
-
"
|
|
24931
|
+
"07a67823": flexDir.value,
|
|
24932
|
+
"1f0734d8": __props.widthProp,
|
|
24933
|
+
"7a20cc7b": __props.heightProp
|
|
24934
24934
|
}));
|
|
24935
24935
|
const flexDir = ref("row");
|
|
24936
24936
|
onMounted(() => {
|