bt-core-app 1.4.815 → 1.4.816
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23079,7 +23079,7 @@ const n7 = ch("v-alert-title"), l7 = ["success", "info", "warning", "error"], r7
|
|
|
23079
23079
|
"min-height": V.minHeight,
|
|
23080
23080
|
ref_key: "blade",
|
|
23081
23081
|
ref: m,
|
|
23082
|
-
rounded: V.bladeName ? "2" : "0",
|
|
23082
|
+
rounded: V.bladeName && M(v).isMobile.value ? "2" : "0",
|
|
23083
23083
|
style: vt(I.value)
|
|
23084
23084
|
}, {
|
|
23085
23085
|
default: O(() => [
|
package/package.json
CHANGED