From 67a684104333499d4d0490c04987905aeae37e4c Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 29 Jul 2022 20:43:36 +0800
Subject: [PATCH] 优化表格上右侧工具条(搜索按钮显隐&右侧样式凸出)
---
docker/deploy.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/deploy.sh b/docker/deploy.sh
index 0ee4cd8..0248909 100644
--- a/docker/deploy.sh
+++ b/docker/deploy.sh
@@ -26,12 +26,12 @@
# 启动基础环境(必须)
base(){
- docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos ruoyi-nginx
+ docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos
}
# 启动程序模块(必须)
modules(){
- docker-compose up -d ruoyi-gateway ruoyi-auth ruoyi-modules-system
+ docker-compose up -d ruoyi-nginx ruoyi-gateway ruoyi-auth ruoyi-modules-system
}
# 关闭所有环境/模块
--
Gitblit v1.9.3