mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update border
This commit is contained in:
@@ -52,7 +52,7 @@ onUnmounted(() => {
|
|||||||
backgroundColor: '#' + setting.borderColor,
|
backgroundColor: '#' + setting.borderColor,
|
||||||
borderColor: setting.borderColor ? '#' + setting.borderColor : undefined,
|
borderColor: setting.borderColor ? '#' + setting.borderColor : undefined,
|
||||||
borderWidth: setting.borderWidth ? setting.borderWidth + 'px' : undefined,
|
borderWidth: setting.borderWidth ? setting.borderWidth + 'px' : undefined,
|
||||||
borderTopWidth: 0,
|
borderTopWidth: setting.showUserName ? 0 : setting.borderWidth,
|
||||||
}"
|
}"
|
||||||
:display="question ? 1 : 0"
|
:display="question ? 1 : 0"
|
||||||
>
|
>
|
||||||
@@ -114,6 +114,7 @@ onUnmounted(() => {
|
|||||||
.question-display-user-name {
|
.question-display-user-name {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
.question-display-text {
|
.question-display-text {
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user