This commit is contained in:
caishi 2021-03-30 13:46:52 +08:00
parent 1182a45cdc
commit f2ef3183ea
3 changed files with 2 additions and 7 deletions

View File

@ -162,7 +162,7 @@ export function getmyUrl(geturl) {
}
export function getUploadActionUrl(path, goTest) {
return `${getUrl()}/api/attachments.json?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

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