mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:48:22 +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);
|
margin-left: var(--td-comp-margin-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.t-transfer,
|
||||||
|
.t-jumper,
|
||||||
.t-pagination-mini {
|
.t-pagination-mini {
|
||||||
.t-button + .t-button {
|
.t-button + .t-button {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-jumper {
|
|
||||||
.t-button + .t-button {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.@{starter-prefix}-link {
|
.@{starter-prefix}-link {
|
||||||
color: var(--td-brand-color);
|
color: var(--td-brand-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user