From 70223b3ef4df02622869425fed4ba9b290e1aa74 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期二, 16 四月 2024 14:07:59 +0800 Subject: [PATCH] V定制1.0 1:对讲功能 2:计算经纬度控制器systemcontrollen --- src/main/webapp/HouTai/XiTong/SystemImage.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/HouTai/XiTong/SystemImage.jsp b/src/main/webapp/HouTai/XiTong/SystemImage.jsp index 97f9aec..439fb78 100644 --- a/src/main/webapp/HouTai/XiTong/SystemImage.jsp +++ b/src/main/webapp/HouTai/XiTong/SystemImage.jsp @@ -17,7 +17,7 @@ background-size: contain; } </style> - <link rel="stylesheet" href="../../CSS/layui.css"> + <link rel="stylesheet" href="../../CSS/layui2.css"> <link rel="stylesheet" href="../../CSS/layer.css"> </head> <body style="display: none"> @@ -68,7 +68,7 @@ </div> </body> <script type="text/html" id="titleTplimg"> - <img onclick="sliceimg('{{d.image}}')" src="../../Icon/{{d.image}}" width="35" style="cursor: pointer;background-size: cover" alt="鍥炬爣" title="鐐瑰嚮鏌ョ湅"/> + <img onclick="sliceimg('{{d.image}}')" src="../../Icon/{{d.image}}" width="35" height="30" style="cursor: pointer;background-size: cover" alt="鍥炬爣" title="鐐瑰嚮鏌ョ湅"/> </script> <script type="text/html" id="toolbarDemo"> <div class="layui-btn-container" style="margin-left: 0px;margin-top: 20px;display: inline-block"> -- Gitblit v1.9.3