mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-25 02:40:28 +00:00
fix: 任务详情无法右键的问题
This commit is contained in:
parent
a0174cdedd
commit
57f4082cad
9
resources/assets/statics/public/js/tinymce/README.md
Normal file
9
resources/assets/statics/public/js/tinymce/README.md
Normal 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()}}
|
||||||
|
```
|
||||||
@ -29781,6 +29781,7 @@
|
|||||||
};
|
};
|
||||||
var makeSinkDefinition = function () {
|
var makeSinkDefinition = function () {
|
||||||
var isGridUiContainer = eq(body(), uiContainer) && get$c(uiContainer, 'display') === 'grid';
|
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 = {
|
var sinkSpec = {
|
||||||
dom: __assign({
|
dom: __assign({
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user