mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-20 08:42:50 +00:00
10 lines
239 B
Markdown
10 lines
239 B
Markdown
## 修改了
|
||
|
||
`themes/silver/theme.js`、`themes/silver/theme.min.js`
|
||
|
||
加上,自定义弹窗z-index
|
||
|
||
```js
|
||
if(typeof window.modalTransferIndex==="number"){dirAttributes.styles={'z-index':(window.modalTransferIndex+100).toString()}}
|
||
```
|