chore(client): 🎨 about button (#9339)
This commit is contained in:
parent
a47d172d60
commit
c5179e8f1c
3 changed files with 6 additions and 6 deletions
|
@ -89,10 +89,9 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
flex-shrink: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,10 +75,10 @@ const props = defineProps<{
|
||||||
}
|
}
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
white-space: nowrap;
|
flex-shrink: 1;
|
||||||
text-overflow: ellipsis;
|
white-space: normal;
|
||||||
overflow: hidden;
|
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .right {
|
> .right {
|
||||||
|
|
|
@ -162,6 +162,7 @@ hr {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
&, * {
|
&, * {
|
||||||
@extend ._noSelect;
|
@extend ._noSelect;
|
||||||
|
|
Loading…
Reference in a new issue