소스 검색

修改问答对话框相关样式

hotchicken1996 3 달 전
부모
커밋
234bfafe02
4개의 변경된 파일654개의 추가작업 그리고 615개의 파일을 삭제
  1. BIN
      web_ui/src/assets/image/cyyd/summary-icon.png
  2. 32 0
      web_ui/src/components/AIBtn.vue
  3. 619 612
      web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue
  4. 3 3
      web_ui/static/config.js

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>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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: [
           {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.