|
@@ -7,10 +7,10 @@
|
|
|
|
|
|
</div> -->
|
|
</div> -->
|
|
|
|
|
|
- <el-tabs :tab-position="tabPosition" v-model="activeName" type="card" @tab-click="handleClick">
|
|
|
|
|
|
+ <el-tabs :tab-position="tabPosition" v-model="activeName" type="card" @tab-click="handleClick">
|
|
<el-tab-pane label="几何建模" name="one"><geometry></geometry></el-tab-pane>
|
|
<el-tab-pane label="几何建模" name="one"><geometry></geometry></el-tab-pane>
|
|
<el-tab-pane label="网格划分" name="two"> <meshindex></meshindex></el-tab-pane>
|
|
<el-tab-pane label="网格划分" name="two"> <meshindex></meshindex></el-tab-pane>
|
|
- <el-tab-pane label="几何与单元属性" name="three"> <jiheorclass></jiheorclass></el-tab-pane>
|
|
|
|
|
|
+ <el-tab-pane label="几何与单元属性" name="three"> <Geometryandclass></Geometryandclass></el-tab-pane>
|
|
<el-tab-pane label="材料属性" name="four"> <Materials></Materials></el-tab-pane>
|
|
<el-tab-pane label="材料属性" name="four"> <Materials></Materials></el-tab-pane>
|
|
<el-tab-pane label="接触与连接" name="five"><touch></touch></el-tab-pane>
|
|
<el-tab-pane label="接触与连接" name="five"><touch></touch></el-tab-pane>
|
|
<el-tab-pane label="初始条件" name="six"> <initial></initial></el-tab-pane>
|
|
<el-tab-pane label="初始条件" name="six"> <initial></initial></el-tab-pane>
|
|
@@ -45,9 +45,16 @@
|
|
<div class="content">
|
|
<div class="content">
|
|
|
|
|
|
<transition name="slide-fade">
|
|
<transition name="slide-fade">
|
|
- <div class="left lbg_color3" v-show="showtrue"> </div>
|
|
|
|
|
|
+ <div class="left lbg_color3" v-show="showtrue">
|
|
|
|
+ <h1>我是左侧栏
|
|
|
|
+
|
|
|
|
+ </h1>
|
|
|
|
+ </div>
|
|
</transition>
|
|
</transition>
|
|
<div class="right lbg_color2">
|
|
<div class="right lbg_color2">
|
|
|
|
+ <h1>我是主题
|
|
|
|
+
|
|
|
|
+ </h1>
|
|
<div class="part-panel-collapse-handle lbg_color3" @click="showtrue=!showtrue">
|
|
<div class="part-panel-collapse-handle lbg_color3" @click="showtrue=!showtrue">
|
|
<i class="el-icon-arrow-left"></i>
|
|
<i class="el-icon-arrow-left"></i>
|
|
</div>
|
|
</div>
|
|
@@ -65,7 +72,7 @@
|
|
// 引入组件
|
|
// 引入组件
|
|
import geometry from './geometry/index.vue'
|
|
import geometry from './geometry/index.vue'
|
|
import meshindex from './meshindex/index.vue'
|
|
import meshindex from './meshindex/index.vue'
|
|
-import jiheorclass from './Geometryandper/index.vue'
|
|
|
|
|
|
+import Geometryandclass from './Geometryandclass/index.vue'
|
|
import Materials from './Materials/index.vue'
|
|
import Materials from './Materials/index.vue'
|
|
import touch from './touch/index.vue'
|
|
import touch from './touch/index.vue'
|
|
import initial from './initial/index.vue'
|
|
import initial from './initial/index.vue'
|
|
@@ -77,7 +84,7 @@ import result from './result/index.vue'
|
|
import toolindex from './tool/index.vue'
|
|
import toolindex from './tool/index.vue'
|
|
import caozuo from './caozuo/index.vue'
|
|
import caozuo from './caozuo/index.vue'
|
|
export default {
|
|
export default {
|
|
- components:{geometry,meshindex,jiheorclass,Materials,touch,initial,boundary,Meshauto,loadcase,zuoye,result,caozuo,toolindex},
|
|
|
|
|
|
+ components:{geometry,meshindex,Geometryandclass,Materials,touch,initial,boundary,Meshauto,loadcase,zuoye,result,caozuo,toolindex},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
// current:0,
|
|
// current:0,
|
|
@@ -196,9 +203,9 @@ html,body{
|
|
padding: 15px;
|
|
padding: 15px;
|
|
position: relative;
|
|
position: relative;
|
|
height: 88vh;
|
|
height: 88vh;
|
|
- box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
- -webkit-box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
- -moz-box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
|
|
+ box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
+ -webkit-box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
+ -moz-box-shadow: 2px 0 15px 0 rgb(232, 232, 232);
|
|
|
|
|
|
}
|
|
}
|
|
.part-panel-collapse-handle {
|
|
.part-panel-collapse-handle {
|