fix style (#439)

This commit is contained in:
Fine0830 2024-12-04 10:29:30 +08:00 committed by GitHub
parent fbeeca8d9a
commit f5cfb030a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 */