no message

This commit is contained in:
Pang 2023-07-28 00:04:56 +08:00
parent be94c816ca
commit 1ea764c860
2 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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()}
} }