Commit 42e158c4 authored by jingnan's avatar jingnan 👀

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

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