mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 14:12:51 +00:00
no message
This commit is contained in:
parent
be94c816ca
commit
1ea764c860
@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
php:
|
php:
|
||||||
container_name: "dootask-php-${APP_ID}"
|
container_name: "dootask-php-${APP_ID}"
|
||||||
image: "kuaifan/php:swoole-8.0.rc11"
|
image: "kuaifan/php:swoole-8.0.rc12"
|
||||||
shm_size: "2gb"
|
shm_size: "2gb"
|
||||||
ulimits:
|
ulimits:
|
||||||
core:
|
core:
|
||||||
|
|||||||
5
resources/assets/js/functions/web.js
vendored
5
resources/assets/js/functions/web.js
vendored
@ -1280,7 +1280,10 @@
|
|||||||
html {
|
html {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background: #fff !important;
|
background: #000;
|
||||||
|
}
|
||||||
|
.child-view {
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
${this.utils.addExtraStyle()}
|
${this.utils.addExtraStyle()}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user