fix(工具箱): 优化界面样式
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
label-align="left"
|
||||
label-placement="top"
|
||||
label-width="auto"
|
||||
@contextmenu.stop
|
||||
>
|
||||
|
||||
<n-form-item label="连接地址:">
|
||||
@@ -79,6 +80,7 @@
|
||||
ref="logsContentRef"
|
||||
class="logs-content"
|
||||
:style="{ height: (data.logsHeight + 'px') }"
|
||||
@contextmenu.stop
|
||||
>
|
||||
<div class="message-list">
|
||||
<div
|
||||
@@ -531,7 +533,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
.message-item {
|
||||
display: flex;
|
||||
margin: 0.5rem 0;
|
||||
margin: 8px 0;
|
||||
word-break: break-all;
|
||||
|
||||
> * {
|
||||
|
@@ -196,8 +196,14 @@ function handleOpenTool(data) {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
> .n-card:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
> .n-card {
|
||||
&:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
> .n-card__content {
|
||||
height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-no-feedback .n-form-item-feedback-wrapper,
|
||||
|
Reference in New Issue
Block a user