mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 18:00:30 +08:00
fix: fix button style effect (#586)
This commit is contained in:
parent
e98d1555d0
commit
1ce4f1c4bd
|
@ -10,18 +10,14 @@
|
|||
margin-left: var(--td-comp-margin-s);
|
||||
}
|
||||
|
||||
.t-transfer,
|
||||
.t-jumper,
|
||||
.t-pagination-mini {
|
||||
.t-button + .t-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.t-jumper {
|
||||
.t-button + .t-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.@{starter-prefix}-link {
|
||||
color: var(--td-brand-color);
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user