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,17 +35,12 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="flex-h">
|
||||
<ConditionTags :type="'TRACE'" @update="updateTags" />
|
||||
</div>
|
||||
<div class="mr-10">
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
@click="queryTraces"
|
||||
class="search-btn"
|
||||
>
|
||||
<div class="search-btn">
|
||||
<el-button size="small" type="primary" @click="queryTraces">
|
||||
{{ t("search") }}
|
||||
</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ref, reactive, onUnmounted } from "vue";
|
||||
@ -212,15 +207,11 @@ onUnmounted(() => {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
cursor: pointer;
|
||||
width: 80px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.conditions {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
margin-top: 2px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user