Commit afc07751 by lianyang

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

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