From 1ea764c86080d1f72b4ad1431e29a72f58567648 Mon Sep 17 00:00:00 2001 From: Pang Date: Fri, 28 Jul 2023 00:04:56 +0800 Subject: [PATCH] no message --- docker-compose.yml | 2 +- resources/assets/js/functions/web.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c34f7397b..dfa4917f9 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/resources/assets/js/functions/web.js b/resources/assets/js/functions/web.js index b04fe85a9..d13958c12 100755 --- a/resources/assets/js/functions/web.js +++ b/resources/assets/js/functions/web.js @@ -1280,7 +1280,10 @@ html { min-width: 100%; min-height: 100%; - background: #fff !important; + background: #000; + } + .child-view { + background-color: #fff; } ${this.utils.addExtraStyle()} }