fix: yaml editor do not update when upload same file

This commit is contained in:
jialin
2025-11-13 16:53:11 +08:00
parent b61c0d6dee
commit aee9566bbb
13 changed files with 42 additions and 98 deletions
-44
View File
@@ -259,7 +259,6 @@ body {
}
.ant-pro-sider .ant-layout-sider-children {
// background-color: var(--color-fill-sider);
border-right: 1px solid var(--ant-color-split);
}
}
@@ -330,20 +329,7 @@ body {
}
.ant-menu {
.ant-menu-item {
// color: var(--ant-color-text) !important;
&:active {
// background-color: var(--ant-menu-item-selected-bg);
}
}
.ant-menu-item:not(.ant-menu-item-selected) {
// color: var(--ant-color-text);
}
.ant-menu-item.ant-menu-item-selected {
// color: var(--ant-color-primary) !important;
font-weight: 400;
}
@@ -361,38 +347,11 @@ body {
.ant-menu-item-only-child {
height: 40px;
line-height: 40px;
// color: var(--ant-color-text);
.anticon {
font-size: var(--font-size-middle);
}
}
.new-icon {
position: relative;
bottom: 3px;
display: flex;
color: #fff;
width: 36px;
height: 15px;
margin-left: 5px;
justify-content: center;
align-items: center;
background-color: var(--ant-orange-5);
border-radius: 8px 8px 8px 0;
transform: scale(0.9);
.text {
transform: scale(0.8);
line-height: 1em;
}
}
}
}
.ant-menu {
.ant-menu-submenu-title {
// color: var(--ant-color-text) !important;
}
}
@@ -400,7 +359,6 @@ body {
.user-avatar.ant-menu-submenu {
.ant-menu-submenu-title {
padding-left: 10px;
// color: var(--ant-color-text) !important;
}
}
@@ -409,7 +367,6 @@ body {
display: flex;
justify-content: center;
align-items: center;
// color: var(--ant-color-text) !important;
padding-inline: unset !important;
width: 100%;
margin-inline: 0 !important;
@@ -436,7 +393,6 @@ body {
display: flex;
justify-content: flex-start;
align-items: center;
// color: var(--ant-color-text) !important;
}
}