Commit 97676d89 authored by “lixuyan”'s avatar “lixuyan”

修改站位计划样式

parent a9ccaae1
......@@ -56,7 +56,7 @@
v-if="!item.readOnly"
v-model="scope.row.target.airFlag"
placeholder="请选择"
clearable=""
clearable
@change="changeData(scope.row)"
>
<el-option :key="1" label="目击" value="目击" />
......
......@@ -443,6 +443,7 @@ export default {
<style lang="scss">
.assembly-plan-maintenance-search-model{
overflow-x: hidden;
height: 100%;
padding: 4px;
box-sizing: border-box;
......
......@@ -2,11 +2,12 @@
<div class="stationPlan-maintenance-page">
<dee-tab :tabs="tabItems" :show-swipe="false" :is-detail="false">
<div slot="0" style="height:100%;box-sizing:border-box">
<split-pane
<dee-fold-pane
:min-percent="18"
:default-percent="85"
:default-percent="18"
split="vertical"
class="detail-pane"
fold-direction="false"
>
<template slot="paneL">
<div class="three-member-wrap">
......@@ -24,7 +25,7 @@
<missingParts :info="missInfo" />
</div>
</template>
</split-pane>
</dee-fold-pane>
</div>
<div slot="1" style="height:100%;box-sizing:border-box">
<searchBar :state-options="stateOptions" @showStation="showStation" @search="search" />
......
<template>
<div class="station-plan-list">
<dee-fold-pane
:min-percent="18"
:default-percent="18"
split="vertical"
class="detail-pane"
>
<template slot="paneL">
<div class="left-container">
<div class="search-box box">
<div class="title"><i class="search-icon" /><span>架次搜索</span></div>
......@@ -43,6 +50,8 @@
</el-tree>
</div>
</div>
</template>
<template slot="paneR">
<div class="right-container">
<dee-tab :is-lazy="false" :tabs="tabItems" :show-swipe="false" :is-detail="false" @tabClick="tabClick">
<div slot="0" style="height: 100%; box-sizing: border-box">
......@@ -63,6 +72,8 @@
</div>
</dee-tab>
</div>
</template>
</dee-fold-pane>
</div>
</template>
......@@ -344,10 +355,10 @@ export default {
padding: 4px;
box-sizing: border-box;
display: flex;
// flex-flow: column;
// justify-content: space-around;
.left-container {
width: 15%;
height: 100%;
overflow-x:hidden;
// width: 15%;
.search-box {
height: 150px;
font-size: 14px;
......@@ -381,7 +392,7 @@ export default {
height: calc(100% - 190px);
}
.box {
width: 100%;
// width: 100%;
margin: 4px;
border: 1px solid #d8d8d8;
border-radius: 8px;
......@@ -466,7 +477,7 @@ export default {
}
}
.right-container {
width: 82%;
// width: 82%;
margin-left: 20px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment