fix style

This commit is contained in:
Fine 2024-12-04 09:53:26 +08:00
parent fbeeca8d9a
commit 579b5f7656
2 changed files with 4 additions and 1 deletions

View File

@ -263,6 +263,10 @@ div:has(> a.menu-title) {
text-align: left !important;
}
.el-input--small .el-input__inner {
--el-input-inner-height: calc(var(--el-input-height, 24px));
}
html {
&::view-transition-old(root),
&::view-transition-new(root) {

View File

@ -100,7 +100,6 @@ limitations under the License. -->
import { useAsyncProfilingStore } from "@/store/modules/async-profiling";
import { useSelectorStore } from "@/store/modules/selectors";
import { ElMessage } from "element-plus";
import type { Option } from "@/types/app";
import { DurationOptions, ProfilingEvents } from "./data";
/* global defineEmits */