mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 03:42:57 +08:00
fix: setting radio height (#193)
This commit is contained in:
parent
704c162e36
commit
1d3dcb8546
|
@ -291,11 +291,14 @@ watchEffect(() => {
|
|||
:deep(.t-radio-group.t-size-m) {
|
||||
min-height: 32px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
:deep(.t-radio-group.t-size-m .t-radio-button) {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.setting-layout-drawer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
.t-jumper-jumper {
|
||||
.t-button + .t-button {
|
||||
margin-left: 0
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.tdesign-starter-link {
|
||||
|
@ -21,16 +21,16 @@
|
|||
text-decoration: none;
|
||||
margin-right: 24px;
|
||||
cursor: pointer;
|
||||
transition: color .2s cubic-bezier(.38,0,.24,1);
|
||||
transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
|
||||
}
|
||||
|
||||
.left-operation-container,.operation-container {
|
||||
.left-operation-container,
|
||||
.operation-container {
|
||||
.t-button + .t-button {
|
||||
margin-left: var(--tdvns-spacer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.t-layout.t-layout--with-sider {
|
||||
> .t-layout {
|
||||
flex: 1;
|
||||
|
@ -199,3 +199,4 @@
|
|||
.t-menu__popup {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user