liuqiao hai 9 meses
pai
achega
12de8c29c6

+ 1 - 0
src/components/header.vue

@@ -85,6 +85,7 @@ const hname=(val)=>{
 defineExpose({headeractive,hname});
    </script>
    <style  lang="scss" scoped>
+@import '../../src/style/style.css';
 .headeractive{
   background-image: url('/src/assets/img/Rectangle4562.png') !important;
 }

+ 2 - 1
src/main.js

@@ -7,13 +7,14 @@ import $ from 'jquery'
 import ElementUI from 'element-plus'
 import { createPinia } from 'pinia'
 import 'element-plus/theme-chalk/index.css' // 引入整个Element样式
-import './style/index.css' // 引入整个Element样式
+// import './style/index.css' // 引入整个Element样式
 import "normalize.css/normalize.css";//重置样式
 import '@/js/lindex.js'
 import '@/utils/flexible'
 // import '../public/static/Build/Build.wasm'
 // import '../public/static/Build/Build.data'
 import directive from '@/utils/directive'
+import './style/style.css'
 
 
 // import mitt from 'mitt'

+ 1 - 0
src/main.ts

@@ -16,6 +16,7 @@ import "normalize.css/normalize.css";//重置样式
 import '@/js/lindex.js'
 //4、引入echarts
 import * as echarts from 'echarts'
+import './style/style.css'
 
 const app = createApp(App)
 

+ 1 - 2
src/style/style.css

@@ -658,7 +658,7 @@ border-image: linear-gradient(90deg, rgba(91, 175, 222, 0), rgba(91, 175, 222, 1
 		} */
 .flex1 {
     flex: 1;
-    text-align: center;
+    /* text-align: center; */
 }
 
 .el-radio__input.is-checked .el-radio__inner {
@@ -1920,7 +1920,6 @@ background-color: #52C6FF  !important;
 
 }
 .zongji .img3{
- 
     font-size: 16px;
     width: 85px;
     height: 60px;

+ 1 - 1
src/view/InfoDialoges.vue

@@ -1090,7 +1090,7 @@ defineExpose({ monitor, accident2, leftcoll, classradio, aid, dialogVisible ,cha
 }
 </style>
 <style>
- /* @import '../../src/style/style.css'; */
+  @import '../../src/style/style.css';
  .scoperadio .el-radio__label {
     display: none !important;
 }

+ 4 - 2
src/view/appmian.vue

@@ -390,8 +390,11 @@ const handleSelect = (key) => {
   }
 };
 </script>
-
+<style>
+@import '../../src/style/style.css';
+</style>
 <style lang="scss" scoped>
+
 .appmian {
   .el-main {
     --el-main-padding: 0px !important;
@@ -573,7 +576,6 @@ const handleSelect = (key) => {
 </style>
 
 <style>
- @import '../../src/style/style.css';
 .vtkmodel1{
   position: absolute;
     z-index: 100; 

+ 2 - 3
src/view/components/InfoAnimation.vue

@@ -1147,12 +1147,11 @@ defineExpose({ monitor, accident5 });
   color: #68adff !important;
 }
 
-.l_btn .borderimg {
+/* .l_btn .borderimg {
   width: 109px;
   height: 30px;
   background: rgba(104, 173, 255, 0.3);
   box-shadow: inset 0px 0px 17px 5px rgba(12, 97, 197, 0.2);
-  /* border: 1px solid rgba(31, 107, 255, 1); */
   border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255, 0.48)) 1
     1;
 
@@ -1160,7 +1159,7 @@ defineExpose({ monitor, accident5 });
   display: flex;
   display: inline-block;
   box-sizing: border-box;
-}
+} */
 
 .l_btn .el-button {
   width: 100%;

+ 1 - 1
src/view/components/InfoBoundary.vue

@@ -728,7 +728,7 @@ const handleDelete = (val) => {
   currentrow.value=true;
   xiugaiobj.value = val;
   bid.value = val.bid;
-  zqname.value = val.nname;
+  zqname.value = val.nid;
 };
 const fundeledata = () => {
   const params = {

+ 1 - 1
src/view/components/MenuPhysics.vue

@@ -75,7 +75,7 @@
                     <el-input-number v-model.number="wuliobj.density "  maxlength="15" oninput ="value=value.replace(/[^0-9.]/g,'')"  class="w-50 m-2" placeholder="请输入" />
                 </el-form-item>
                 <el-form-item label="扩散系数" :label-width="formLabelWidth6">
-                    <el-input-number v-model.number="wuliobj.diffcoe"  maxlength="15" oninput ="value=value.replace(/[^0-9.]/g,'')" @input="formatInput"   class="w-50 m-2" placeholder="请输入" />
+                    <el-input-number v-model.number="wuliobj.diffcoe"  maxlength="15"  @input="formatInput"   class="w-50 m-2" placeholder="请输入" />
                 </el-form-item>
                 <el-form-item label="比热" :label-width="formLabelWidth6">
                     <el-input-number v-model.number="wuliobj.speheat"  maxlength="15" oninput ="value=value.replace(/[^0-9.]/g,'')"  class="w-50 m-2" placeholder="请输入" />