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

update:数据选择更新

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