Commit 45be44d8 by yangzhi

fix:样式

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