refactor: API请求路径优化

Former-commit-id: c17689117a54b31190dea477c98f11c5d705f073
This commit is contained in:
郝先瑞
2022-06-28 23:49:38 +08:00
parent 2c7267b655
commit e650ce1897
10 changed files with 156 additions and 119 deletions

View File

@@ -117,7 +117,8 @@ onBeforeUnmount(() => {
transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
transform: translate(100%);
background: #fff;
z-index: 40000;
z-index: 199;
.icon {
width: 1em;
height: 1em;
@@ -129,7 +130,7 @@ onBeforeUnmount(() => {
transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
.right-panel-background {
z-index: 20000;
z-index: 99;
opacity: 1;
width: 100%;
height: 100%;