mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 16:50:26 +08:00
优化界面
This commit is contained in:
@@ -274,6 +274,12 @@ p.margin {
|
||||
.field.text {
|
||||
padding: .5em;
|
||||
}
|
||||
.form .fields:not(.inline) .field {
|
||||
margin-bottom: 0.5em !important;
|
||||
}
|
||||
.form .fields:not(.inline) .field .button {
|
||||
min-width: 5em;
|
||||
}
|
||||
/** body **/
|
||||
@keyframes blink {
|
||||
from {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -214,6 +214,16 @@ div.margin, p.margin {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.form .fields:not(.inline) {
|
||||
.field {
|
||||
margin-bottom: 0.5em !important;
|
||||
|
||||
.button {
|
||||
min-width: 5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** body **/
|
||||
@keyframes blink {
|
||||
from {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<form method="get" action="/clusters/logs" class="ui form" autocomplete="off">
|
||||
<input type="hidden" name="type" :value="type"/>
|
||||
<div class="ui fields inline">
|
||||
<div class="ui fields">
|
||||
<div class="ui field">
|
||||
<input type="text" name="dayFrom" placeholder="开始日期" v-model="dayFrom" value="" style="width:8em" id="day-from-picker"/>
|
||||
</div>
|
||||
@@ -31,8 +31,6 @@
|
||||
<div class="ui field">
|
||||
<input type="text" name="keyword" style="width:10em" v-model="keyword" placeholder="关键词"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui fields inline" style="margin-top: 0.5em">
|
||||
<div class="ui field">
|
||||
<node-cluster-combo-box :v-cluster-id="clusterId" @change="changeCluster"></node-cluster-combo-box>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user