提交 c037c241 编写于 作者: glod-money-money's avatar glod-money-money

update:数据选择更新

上级 5cadae64
......@@ -2,18 +2,18 @@
../@MACRO/DEFAULT.scss.ftl
</#ibizinclude>
.pickup-view {
>.translate-contant {
.dempickupview{
.translate-contant {
overflow: auto;
flex-grow: 1;
display: flex;
justify-content: flex-end;
height: calc(100% - 64px);
height: 100%;
.translate-buttons {
width: 80px;
display: flex;
align-items: center;
text-align: center;
margin-right: 12px;
button {
margin-bottom: 5px;
}
......@@ -53,14 +53,15 @@
}
}
.center{
width: calc(100% - 380px);
width: calc(100% - 410px);
.pickupviewpanel {
width: 100%;
height: 100%;
}
}
}
>.footer {
height: 64px;
.footer{
display: flex;
justify-content: end;
}
}
\ No newline at end of file
}
......@@ -61,10 +61,9 @@
</#ibizinclude>
</@ibizindent>
</template>
<template #footer v-if="isShowButton" :dis-hover="true" :bordered="false" class="footer">
<row :style="{ textAlign: 'right' }">
<template #footer v-if="isShowButton">
<row :style="{ textAlign: 'right' }" class="footer">
<i-button type="primary" :disabled="viewSelections.length > 0 ? false : true" @click="onClickOk">{{containerModel.view_okbtn.text}}</i-button>
&nbsp;&nbsp;
<i-button @click="onClickCancel">{{containerModel.view_cancelbtn.text}}</i-button>
</row>
</template>
......
......@@ -2,14 +2,19 @@
../@MACRO/DEFAULT.scss.ftl
</#ibizinclude>
.pickup-view {
>.pickupviewpanel {
.depickupview {
.pickupviewpanel {
flex-grow: 1;
display: flex;
justify-content: flex-end;
height: calc(100% - 64px);
height: 100%;
}
>.footer {
height: 64px;
.footer {
display: flex;
justify-content: end;
>.ivu-btn {
margin-left: 10px;
}
}
}
\ No newline at end of file
......@@ -27,10 +27,9 @@
</#ibizinclude>
</@ibizindent>
</template>
<template #footer v-if="isShowButton" :dis-hover="true" :bordered="false" class="footer">
<row :style="{ textAlign: 'right' }">
<template #footer v-if="isShowButton" >
<row :style="{ textAlign: 'right' }" class="footer">
<i-button type="primary" :disabled="viewSelections.length > 0 ? false : true" @click="onClickOk">{{containerModel.view_okbtn.text}}</i-button>
&nbsp;&nbsp;
<i-button @click="onClickCancel">{{containerModel.view_cancelbtn.text}}</i-button>
</row>
</template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册