bge-ui 1.3.7 → 1.3.8
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 -0
- package/package.json +1 -1
- package/src/tabs/index.vue +3 -2
package/dist/style.css
CHANGED
package/package.json
CHANGED
package/src/tabs/index.vue
CHANGED
|
@@ -98,11 +98,12 @@ onMounted(() => {
|
|
|
98
98
|
display: flex;
|
|
99
99
|
align-items: flex-start;
|
|
100
100
|
position: relative;
|
|
101
|
-
background: var(--bg-opacity);
|
|
102
|
-
border-radius: var(--radius-small, 4px);
|
|
103
101
|
}
|
|
104
102
|
}
|
|
105
103
|
&.bge-tabs__pills-elevated {
|
|
104
|
+
background: var(--bg-opacity);
|
|
105
|
+
border-radius: var(--radius-small, 4px);
|
|
106
|
+
|
|
106
107
|
.bge-tabs__panes {
|
|
107
108
|
.bge-tab__pane {
|
|
108
109
|
padding: 6px 12px;
|