Commit 42e158c4 authored by jingnan's avatar jingnan 👀

指令下发右侧按钮有时不展示bug修改

parent c16a9c1e
<template> <template>
<div ref="instructionsIssuedList" class="station-plan-list"> <div ref="instructionsIssuedList" class="instructionsIssuedList">
<dee-fold-pane <dee-fold-pane
:min-percent="22" :min-percent="22"
:default-percent="22" :default-percent="22"
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<script> <script>
import { post } from '@/utils/http' import { post } from '@/utils/http'
export default { export default {
name: 'StationPlanList', name: 'InstructionsIssuedList',
data() { data() {
return { return {
form: { form: {
...@@ -634,7 +634,7 @@ export default { ...@@ -634,7 +634,7 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.station-plan-list { .instructionsIssuedList {
height: 100%; height: 100%;
padding: 4px; padding: 4px;
box-sizing: border-box; box-sizing: border-box;
......
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