From c89fe0977ed61a86a2fd907446a43701ab265995 Mon Sep 17 00:00:00 2001 From: cdllp2 Date: Sat, 1 Oct 2022 20:22:31 +0800 Subject: [PATCH] add aihub --- job-template/service/ai-photo/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job-template/service/ai-photo/static/index.html b/job-template/service/ai-photo/static/index.html index 8ed89b3e..dd61c515 100755 --- a/job-template/service/ai-photo/static/index.html +++ b/job-template/service/ai-photo/static/index.html @@ -89,12 +89,12 @@ } /*img container class*/ .row{ - width:198%; + width:98%; margin: 0 auto; } .row > .img-block{ float:left; - width:10%; + width:20%; margin: 0 auto 15px auto; } .row > .img-block > .thumbnail{