mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
update style
This commit is contained in:
parent
63837d1ed1
commit
cd1d765fae
@ -35,16 +35,11 @@ limitations under the License. -->
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-h">
|
<div class="flex-h">
|
||||||
<ConditionTags :type="'TRACE'" @update="updateTags" />
|
<ConditionTags :type="'TRACE'" @update="updateTags" />
|
||||||
</div>
|
<div class="search-btn">
|
||||||
<div class="mr-10">
|
<el-button size="small" type="primary" @click="queryTraces">
|
||||||
<el-button
|
{{ t("search") }}
|
||||||
size="small"
|
</el-button>
|
||||||
type="primary"
|
</div>
|
||||||
@click="queryTraces"
|
|
||||||
class="search-btn"
|
|
||||||
>
|
|
||||||
{{ t("search") }}
|
|
||||||
</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
@ -212,15 +207,11 @@ onUnmounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-btn {
|
|
||||||
cursor: pointer;
|
|
||||||
width: 80px;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.conditions {
|
.conditions {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-btn {
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user