This commit is contained in:
caishi 2021-03-30 13:46:52 +08:00 committed by caishi
parent 882d8aef75
commit 7f7a1021df
3 changed files with 3 additions and 8 deletions

View File

@ -162,7 +162,7 @@ export function getmyUrl(geturl) {
}
export function getUploadActionUrl(path, goTest) {
return `${getUrl()}/api/attachments.json${isDev ?`${isDev ?`?debug=${window._debugType || 'admin'}` : ""}` : ""}`;
return `${getUrl()}/api/attachments.json`;
}
export function getUploadLogoActionUrl() {

View File

@ -1068,11 +1068,6 @@ class NewMyShixunModel extends Component {
<style>
{
`
.newHeaders{
position: fixed;
top: 0px;
z-index: 999 !important;
}
.ant-drawer {
z-index: 800 !important;
}

View File

@ -27,8 +27,8 @@ body>.-task-title {
width: 100%;
height:70px;
min-width: 1200px;
z-index: 10000;
background:#242424;
z-index: 1000;
background:#001529;
position: fixed;
box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
}