4 커밋 e7a6b758c7 ... 13edf198b9

작성자 SHA1 메시지 날짜
  hotchicken1996 13edf198b9 合并代码 3 달 전
  hotchicken1996 3e837d34a1 Merge remote-tracking branch 'origin/master' 3 달 전
  hotchicken1996 5b52072faa 修改結果展示与地块详情样式,调试详情模拟数据 3 달 전
  hotchicken1996 234bfafe02 修改问答对话框相关样式 3 달 전

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>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 708 - 601
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 383 - 382
web_ui/src/views/industrial-land/ZnxzDetail.vue


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