mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:21:12 +08:00
fix(site): consistency of drawer style (#546)
This commit is contained in:
parent
b44509e46f
commit
7a6d49f0bd
|
@ -170,6 +170,9 @@ const dynamicColor = computed(() => {
|
|||
<!-- eslint-disable-next-line vue-scoped-css/enforce-style-type -->
|
||||
<style lang="less">
|
||||
.setting-drawer-container {
|
||||
.t-drawer__mask {
|
||||
background: none;
|
||||
}
|
||||
.t-drawer__body {
|
||||
padding: var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-s);
|
||||
background-color: var(--td-bg-color-secondarycontainer);
|
||||
|
@ -212,6 +215,7 @@ const dynamicColor = computed(() => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-radius: var(--td-radius-medium);
|
||||
}
|
||||
}
|
||||
.setting-group-title {
|
||||
|
|
Loading…
Reference in New Issue
Block a user