Commit afc07751 by lianyang

共公共面板Ptap1加入fullbox标签(微调)

parent 2fe3ed57
<template>
<div>
<c-col :span="20">
<c-col :span="24">
<el-form-item
:label="`${argadr.title}`"
:prop="`${argadr.grp}.${argadr.rol}.pts.extkey`"
style="width: 100%"
>
<c-fullbox>
<c-input
style="width: 95%"
v-model="model[argadr.grp][argadr.rol].pts.extkey"
......@@ -15,11 +16,12 @@
"
:disabled="disabled1"
></c-input>
</el-form-item>
</c-col>
<!-- </el-form-item> -->
<!-- </c-col> -->
<c-col :span="1">
<!-- <c-col :span="1"> -->
<!-- <el-form-item label="" label-width="5px"> -->
<template slot="footer">
<c-button
style="margin:0 10px 0 0;padding: 0 10px;"
class="searchButton"
......@@ -28,8 +30,8 @@
icon="el-icon-search"
@click="onSeainf(`${argadr.grp}.${argadr.rol}.pts.extkey`)"
></c-button>
</c-col>
<c-col :span="3" style="text-align: right">
<!-- </c-col> -->
<!-- <c-col :span="3" style="text-align: right"> -->
<c-button
style="margin:0 0"
class="detailsButton"
......@@ -39,7 +41,9 @@
>
{{ $t('buttons.details') }}
</c-button>
<!-- </el-form-item> -->
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
......
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