fix: 任务详情无法右键的问题

This commit is contained in:
kuaifan 2022-11-15 20:30:05 +08:00
parent a0174cdedd
commit 57f4082cad
4 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,9 @@
## 修改了
`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()}}
```

View File

@ -4,4 +4,4 @@
// require('tinymce/themes/mobile')
// ES2015:
// import 'tinymce/themes/mobile'
require('./theme.js');
require('./theme.js');

View File

@ -4,4 +4,4 @@
// require('tinymce/themes/silver')
// ES2015:
// import 'tinymce/themes/silver'
require('./theme.js');
require('./theme.js');

View File

@ -29781,6 +29781,7 @@
};
var makeSinkDefinition = function () {
var isGridUiContainer = eq(body(), uiContainer) && get$c(uiContainer, 'display') === 'grid';
if(typeof window.modalTransferIndex==="number"){dirAttributes.styles={'z-index':(window.modalTransferIndex+100).toString()}}
var sinkSpec = {
dom: __assign({
tag: 'div',