chore: add cancel query model

This commit is contained in:
jialin
2024-08-21 18:09:13 +08:00
parent ba1670e56d
commit abb87e71ed
23 changed files with 523 additions and 179 deletions
+17 -2
View File
@@ -8,6 +8,9 @@
.title {
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.tag-item {
@@ -18,12 +21,24 @@
border-radius: 4px;
font-size: 12px;
height: 20px;
border: 1px solid var(--ant-color-border);
color: var(--ant-color-text-secondary);
}
.btn {
display: flex;
justify-content: flex-end;
}
.mkd-title {
cursor: pointer;
color: rgba(255, 255, 255, 80%);
border-bottom: 1px solid rgba(255, 255, 255, 10%);
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
.simplebar-scrollbar::before {
background: var(--color-scroll-bg);
}
}
@@ -6,6 +6,7 @@
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
padding: @padding;
padding-top: 0;