style: 修复 aseet Comments input不显示下边框的问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user