Browse Source

修改问答对话框相关样式

hotchicken1996 3 months ago
parent
commit
234bfafe02

BIN
web_ui/src/assets/image/cyyd/summary-icon.png


+ 32 - 0
web_ui/src/components/AIBtn.vue

@@ -0,0 +1,32 @@
+<template>
+  <div class="ai-btn">
+    <img src="~@/assets/image/cyyd/send.png" />
+  </div>
+</template>
+
+<script>
+export default {
+  name: "AIBtn",
+};
+</script>
+
+<style lang='scss' scoped>
+.ai-btn {
+  width: 40px;
+  height: 40px;
+  position: absolute;
+  right: 17px;
+  cursor: pointer;
+  bottom: 14px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  background: linear-gradient(124deg, #505DFF 0%, #418CFF 100%);
+  border-radius: 10px 10px 10px 10px;
+
+  img {
+    width: 20px;
+    height: 20px;
+  }
+}
+</style>

File diff suppressed because it is too large
+ 619 - 612
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue


+ 3 - 3
web_ui/static/config.js

@@ -1,8 +1,8 @@
 (function (window) {
   window.ApplicationConfig = {
     serverURL: "/server",
-    // subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
-    subscribeUrl: 'http://localhost:8511/subscribe/',
+    subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
+    // subscribeUrl: 'http://localhost:8511/subscribe/',
     // subscribeUrl: '/agentai/subscribe/',
     // subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
     // zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
@@ -76,7 +76,7 @@
       //       layername: 'imgmap_lab'
       //     }
       //   ]
-      // }, 
+      // },
       {
         name: '现状图层', layers: [
           {

Some files were not shown because too many files changed in this diff