style: 修复 aseet Comments input不显示下边框的问题

This commit is contained in:
zhangyu
2023-07-04 17:09:28 +08:00
parent df5458154e
commit ae3461d2d6

View File

@@ -14,7 +14,7 @@
>
<template v-slot:title><span :title="obj.name">{{obj.name}}</span></template>
<template v-slot>
<div class="textarea-box" :style="{height: rowBox ?'184px':'33px','margin-bottom': '10px', 'min-height': rowBox ?'184px':'33px'}">
<div class="textarea-box" :style="{height: rowBox ?'184px':'34px','margin-bottom': '10px', 'min-height': rowBox ?'184px':'34px'}">
<el-input
v-if="!rowBox"
type="textarea"