mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
clean up
This commit is contained in:
parent
a49936ceac
commit
3ec48cdfd8
29393
package-lock.json
generated
29393
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,6 @@ limitations under the License. -->
|
||||
<script lang="ts" setup>
|
||||
import { computed, ref } from "vue";
|
||||
import dayjs from "dayjs";
|
||||
// import { ServiceLogConstants } from "./data";
|
||||
import { logStore } from "@/store/modules/log";
|
||||
/*global defineProps, defineEmits */
|
||||
const props = defineProps({
|
||||
@ -53,7 +52,6 @@ const props = defineProps({
|
||||
const useLogStore = logStore();
|
||||
const columns = ref<any[]>(useLogStore.serviceLogColumn);
|
||||
const emit = defineEmits(["select"]);
|
||||
// const columns = ServiceLogConstants;
|
||||
const visibleColumns = computed(() =>
|
||||
columns.value.filter((column) => column.isVisible)
|
||||
);
|
||||
|
@ -625,7 +625,6 @@ watch(
|
||||
padding: 0 !important;
|
||||
}
|
||||
.el-checkbox.custom-checkbox {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 5px 16px;
|
||||
}
|
||||
@ -661,19 +660,24 @@ watch(
|
||||
.row {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.inputs-max {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.traceId {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
margin-left: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tips {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.log-tag {
|
||||
width: 30%;
|
||||
border-style: unset;
|
||||
@ -682,6 +686,7 @@ watch(
|
||||
height: 30px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.log-tags {
|
||||
padding: 1px 5px 0 0;
|
||||
border-radius: 3px;
|
||||
@ -689,6 +694,7 @@ watch(
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.selected {
|
||||
display: inline-block;
|
||||
padding: 0 3px;
|
||||
@ -699,6 +705,7 @@ watch(
|
||||
font-size: 12px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.remove-icon {
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user