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