@@ -5,9 +5,11 @@
html {
font-size: 14px;
}
+
.el-table .success-row {
background: #f0f9eb;
#main .ql-snow .ql-picker-label {
display: flex;
align-items: center;
@@ -15,4 +17,10 @@ html {
textarea:focus {
outline: 0;
+}
+.table {
+ position: relative;
+ height: 100%;
+ height: calc(100% - 80px);
@@ -15,7 +15,7 @@
"@nuxtjs/proxy": "^1.3.1",
"cross-env": "^5.2.0",
"dayjs": "^1.8.6",
- "element-ui": "^2.4.6",
+ "element-ui": "2.4.11",
"nuxt": "^2.0.0",
"quill-image-resize-module-mended": "^3.1.2",
"vue-quill-editor": "^3.0.6"
@@ -65,11 +65,12 @@
<el-button @click="doExport">导出报表</el-button>
</div>
- <div class="table">
+ <div class="table" style>
<el-table
v-if="tableData.length"
stripe
- style="width: 100%"
+ style="width: 100%;"
+ height="100%"
:data="tableData"
@row-click="clickRow"
>
@@ -220,7 +221,7 @@ export default {
* 获取用户客户经理基本信息
*/
getUserManager() {
-
},
/**
* 获取顶部数据