fix(ui): transparent problem
This commit is contained in:
parent
468be3f0fe
commit
261d8785dd
@ -65,7 +65,7 @@ defineExpose({
|
||||
background: var(--bg);
|
||||
|
||||
.note {
|
||||
background: var(--panel);
|
||||
// background: var(--panel);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
}
|
||||
|
@ -52,11 +52,11 @@ const pagination = computed(() => tab.value === 'featured' ? {
|
||||
<style lang="scss" module>
|
||||
.tab {
|
||||
padding: calc(var(--margin) / 2) 0;
|
||||
background: var(--bg);
|
||||
// background: var(--bg);
|
||||
}
|
||||
|
||||
.tl {
|
||||
background: var(--bg);
|
||||
// background: var(--bg);
|
||||
border-radius: var(--radius);
|
||||
overflow: clip;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user