mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 15:24:51 +00:00
fix style (#439)
This commit is contained in:
parent
fbeeca8d9a
commit
f5cfb030a3
@ -263,6 +263,10 @@ div:has(> a.menu-title) {
|
|||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-input--small .el-input__inner {
|
||||||
|
--el-input-inner-height: calc(var(--el-input-height, 24px));
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
&::view-transition-old(root),
|
&::view-transition-old(root),
|
||||||
&::view-transition-new(root) {
|
&::view-transition-new(root) {
|
||||||
|
@ -100,7 +100,6 @@ limitations under the License. -->
|
|||||||
import { useAsyncProfilingStore } from "@/store/modules/async-profiling";
|
import { useAsyncProfilingStore } from "@/store/modules/async-profiling";
|
||||||
import { useSelectorStore } from "@/store/modules/selectors";
|
import { useSelectorStore } from "@/store/modules/selectors";
|
||||||
import { ElMessage } from "element-plus";
|
import { ElMessage } from "element-plus";
|
||||||
import type { Option } from "@/types/app";
|
|
||||||
import { DurationOptions, ProfilingEvents } from "./data";
|
import { DurationOptions, ProfilingEvents } from "./data";
|
||||||
|
|
||||||
/* global defineEmits */
|
/* global defineEmits */
|
||||||
|
Loading…
Reference in New Issue
Block a user