|
@@ -170,7 +170,7 @@ const handleSearch = (val: string) => {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 99;
|
|
z-index: 99;
|
|
left: calc(var(--left-pano-left) + var(--left-pano-width) + 20px);
|
|
left: calc(var(--left-pano-left) + var(--left-pano-width) + 20px);
|
|
-
|
|
|
|
|
|
+
|
|
top: calc(var(--editor-head-height) + var(--header-top) + 20px);
|
|
top: calc(var(--editor-head-height) + var(--header-top) + 20px);
|
|
// background: #000;
|
|
// background: #000;
|
|
transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
@@ -218,6 +218,7 @@ const handleSearch = (val: string) => {
|
|
.global-search-menu {
|
|
.global-search-menu {
|
|
background-color: var(--editor-toolbox-back);
|
|
background-color: var(--editor-toolbox-back);
|
|
backdrop-filter: blur(4px);
|
|
backdrop-filter: blur(4px);
|
|
|
|
+ width: 340px;
|
|
|
|
|
|
.ant-empty-description {
|
|
.ant-empty-description {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|