toubu
This commit is contained in:
parent
1182a45cdc
commit
f2ef3183ea
|
|
@ -162,7 +162,7 @@ export function getmyUrl(geturl) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getUploadActionUrl(path, goTest) {
|
export function getUploadActionUrl(path, goTest) {
|
||||||
return `${getUrl()}/api/attachments.json?debug=${window._debugType || 'admin'}`;
|
return `${getUrl()}/api/attachments.json`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getUploadLogoActionUrl() {
|
export function getUploadLogoActionUrl() {
|
||||||
|
|
|
||||||
|
|
@ -1068,11 +1068,6 @@ class NewMyShixunModel extends Component {
|
||||||
<style>
|
<style>
|
||||||
{
|
{
|
||||||
`
|
`
|
||||||
.newHeaders{
|
|
||||||
position: fixed;
|
|
||||||
top: 0px;
|
|
||||||
z-index: 999 !important;
|
|
||||||
}
|
|
||||||
.ant-drawer {
|
.ant-drawer {
|
||||||
z-index: 800 !important;
|
z-index: 800 !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ body>.-task-title {
|
||||||
height:70px;
|
height:70px;
|
||||||
min-width: 1200px;
|
min-width: 1200px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background:#242424;
|
background:#001529;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
|
box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue