From a29a07a90f7096fdeb86b4d3c69f06b135c2ac60 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Tue, 16 Jul 2024 15:28:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=BD=AE=E6=92=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/home/base.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 3bac1dc..c736ad6 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -617,6 +617,11 @@ color: #0b61d3; font-family: layui-icon!important; } + + .layui-carousel-ind { + top: -31px; + text-align: right; + } </style> </head> <body class="layui-bg-gray" style=""> @@ -642,7 +647,7 @@ </div> <div class="layui-row layui-col-space1"> <div class="layui-col-md6"> - <div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 433px;"> + <div class="layui-carousel" id="ID-carousel-demo-image" style="width: 650px;height: 462px;"> <div carousel-item> <tbody th:each="url,status : ${urlList}"> <a th:href="@{/public_view.html(type=2,id=${url.workId})}" th:title="${url.workTitle}" target="_blank"> @@ -1005,9 +1010,9 @@ elem: '#ID-carousel-demo-image', autoplay: true, interval: 4000, - indicator: 'outside', + indicator: 'inside', width: '650px', - height: '433px', + height: '462px', anim: 'fade', }); });