Commit ef55a8fc by Wuyuqiu

工具条样式调整

parent 8d597ca8
......@@ -11,7 +11,7 @@
v-if="dragShow"
:w="size.w"
:h="size.h"
:x="250"
:x="400"
:y="100"
class="m-draggable"
:parent="true"
......@@ -99,7 +99,7 @@
</div>
<div
class="m-enable-draggable-header"
style="height:11px; padding:0px; margin-top:0px; margin-bottom=0px;"
style="height:4px; padding:0px; margin-top:-10px; margin-bottom:0px;"
v-show="dragStatus !== 0"
></div>
</vue-draggable-resizable>
......@@ -339,7 +339,12 @@ export default {
.m-draggable-content {
height: 420px;
overflow-y: auto;
margin-top: 18px;
}
.m-draggable-content .eContainer-table-block {
margin-top: 10px;
}
.m-draggable-content-large {
height: 720px;
overflow-y: auto;
......
<template>
<div id="app">
<div class="calculator" style="margin-top:0px;margin-bottom:0px;">
<div class="calculator" style="margin-top:20px;margin-bottom:0px;">
<div class="results input">{{equation}}</div>
<div class="mode">
<button type="button" class="button" @click="append(7)">7</button>
......
......@@ -102,45 +102,45 @@ export default {
data() {
return {
tableColumns: [
// { label: "inr", prop: "inr", width: "auto" },
// { label: "objtyp", prop: "objtyp", width: "auto" },
// { label: "objinr", prop: "objinr", width: "auto" },
// { label: "trntyp", prop: "trntyp", width: "auto" },
// { label: "trninr", prop: "trninr", width: "auto" },
// { label: "trnsub", prop: "trnsub", width: "auto" },
// { label: "inr", prop: "inr", width: "150px" },
// { label: "objtyp", prop: "objtyp", width: "150px" },
// { label: "objinr", prop: "objinr", width: "150px" },
// { label: "trntyp", prop: "trntyp", width: "150px" },
// { label: "trninr", prop: "trninr", width: "150px" },
// { label: "trnsub", prop: "trnsub", width: "150px" },
{ label: "extkey", prop: "extkey", width: "240px" },
{ label: "nam", prop: "nam", width: "300px" },
{ label: "creusr", prop: "creusr", width: "100px" },
{ label: "crefrm", prop: "crefrm", width: "200px" },
{ label: "创建时间", prop: "credattim", width: "150px" },
{ label: "dir", prop: "dir", width: "auto" },
{ label: "dir", prop: "dir", width: "150px" },
{ label: "docpth", prop: "docpth", width: "150px" },
{ label: "docfil", prop: "docfil", width: "150px" },
{ label: "docfxt", prop: "docfxt", width: "auto" },
{ label: "docmac", prop: "docmac", width: "auto" },
{ label: "msgpos", prop: "msgpos", width: "auto" },
{ label: "msglen", prop: "msglen", width: "auto" },
{ label: "grpinr", prop: "grpinr", width: "auto" },
{ label: "grpseq", prop: "grpseq", width: "auto" },
{ label: "报文大类型", prop: "cortyp", width: "auto" },
{ label: "cortypsub", prop: "cortypsub", width: "auto" },
{ label: "apf", prop: "apf", width: "auto" },
{ label: "docfxt", prop: "docfxt", width: "150px" },
{ label: "docmac", prop: "docmac", width: "150px" },
{ label: "msgpos", prop: "msgpos", width: "150px" },
{ label: "msglen", prop: "msglen", width: "150px" },
{ label: "grpinr", prop: "grpinr", width: "150px" },
{ label: "grpseq", prop: "grpseq", width: "150px" },
{ label: "报文大类型", prop: "cortyp", width: "150px" },
{ label: "cortypsub", prop: "cortypsub", width: "150px" },
{ label: "apf", prop: "apf", width: "150px" },
{ label: "收/发报行", prop: "sndkey", width: "150px" },
{ label: "apfcnt", prop: "apfcnt", width: "auto" },
{ label: "ptainr", prop: "ptainr", width: "auto" },
{ label: "oriflg", prop: "oriflg", width: "auto" },
{ label: "orismhinr", prop: "orismhinr", width: "auto" },
{ label: "partflg", prop: "partflg", width: "auto" },
{ label: "报文类型", prop: "msgtyp", width: "auto" },
{ label: "币种", prop: "relcur", width: "auto" },
{ label: "金额", prop: "relamt", width: "auto",rounding:this.rounding },
{ label: "apfcnt", prop: "apfcnt", width: "150px" },
{ label: "ptainr", prop: "ptainr", width: "150px" },
{ label: "oriflg", prop: "oriflg", width: "150px" },
{ label: "orismhinr", prop: "orismhinr", width: "150px" },
{ label: "partflg", prop: "partflg", width: "150px" },
{ label: "报文类型", prop: "msgtyp", width: "150px" },
{ label: "币种", prop: "relcur", width: "150px" },
{ label: "金额", prop: "relamt", width: "150px",rounding:this.rounding },
{ label: "sysno", prop: "sysno", width: "150px" },
{ label: "staflg", prop: "staflg", width: "auto" },
{ label: "clndat", prop: "clndat", width: "auto" },
{ label: "f20", prop: "f20", width: "auto" },
{ label: "stp", prop: "stp", width: "auto" },
{ label: "etyextkey", prop: "etyextkey", width: "auto" },
{ label: "chlflg", prop: "chlflg", width: "auto" },
{ label: "staflg", prop: "staflg", width: "150px" },
{ label: "clndat", prop: "clndat", width: "150px" },
{ label: "f20", prop: "f20", width: "150px" },
{ label: "stp", prop: "stp", width: "150px" },
{ label: "etyextkey", prop: "etyextkey", width: "150px" },
{ label: "chlflg", prop: "chlflg", width: "150px" },
],
tableData: [],
// 总条数
......
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