mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 16:36:32 +08:00
fix(dateRangePicker): 修复DateRangePicker组件内分页样式显示异常 (#373)
This commit is contained in:
parent
6cd9fe9134
commit
8f7276f7d7
|
@ -10,11 +10,18 @@
|
|||
margin-left: var(--td-comp-margin-s);
|
||||
}
|
||||
|
||||
.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