Commit 45be44d8 by yangzhi

fix:样式

parent d9115ba2
......@@ -22,7 +22,7 @@
:style="{
userSelect: isMove ? 'none' : 'auto',
height: height
? `calc(95% - 20px - ${height}) `
? `calc(100% - 20px - ${height}) `
: '',
}"
v-show="isfooter && footerShow"
......
<template>
<layout class="drag">
<layout class="drag" style="height: 99.5%;">
<drag height="calc(54% - 20px)">
<div slot="header">
<el-form
......
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