bge-ui 1.5.2 → 1.5.3
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/style.css +2 -1
- package/package.json +1 -1
- package/src/dialog/index.vue +0 -1
- package/src/select/index.vue +2 -0
package/dist/style.css
CHANGED
|
@@ -1267,7 +1267,6 @@ to {
|
|
|
1267
1267
|
transform: translate(-50%, -50%);
|
|
1268
1268
|
height: 160px;
|
|
1269
1269
|
padding: 32px 0;
|
|
1270
|
-
overflow: hidden;
|
|
1271
1270
|
}
|
|
1272
1271
|
.bge-dialog .bge-dialog__header {
|
|
1273
1272
|
padding: 0 32px;
|
|
@@ -1616,6 +1615,8 @@ to {
|
|
|
1616
1615
|
font-size: 14px;
|
|
1617
1616
|
align-items: center;
|
|
1618
1617
|
align-self: stretch;
|
|
1618
|
+
overflow-y: auto;
|
|
1619
|
+
max-height: 224px;
|
|
1619
1620
|
}
|
|
1620
1621
|
.bge-select .bge-select__wrapper .bge-select__inner {
|
|
1621
1622
|
display: flex;
|
package/package.json
CHANGED
package/src/dialog/index.vue
CHANGED