Commit 182c35a7 by tangjiale

调整页面高度

parent 652b5f69
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
} }
], ],
table: { table: {
service: "course", height:(screen.height - (482 * this.$px2rem)), service: "course", height:(screen.height - (440 * this.$px2rem)),
func: "joinCourseList", func: "joinCourseList",
selectable: false,customRow:true, selectable: false,customRow:true,
columns: [ columns: [
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
} }
], ],
table: { table: {
service: "course", height:(screen.height - (482 * this.$px2rem)), service: "course", height:(screen.height - (440 * this.$px2rem)),
func: "queryExperList", func: "queryExperList",
selectable: false,customRow:true, selectable: false,customRow:true,
columns: [ columns: [
......
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
table:{ table:{
service:"course",func:"querySalesList", service:"course",func:"querySalesList",
selectable: false,customRow:true, selectable: false,customRow:true,
height:(screen.height - (482 * this.$px2rem)), height:(screen.height - (480 * this.$px2rem)),
columns:[ columns:[
{ {
title: "学生姓名",type:'customViewField',width:'120px', title: "学生姓名",type:'customViewField',width:'120px',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-02 14:08:46 * @Date: 2022-06-02 14:08:46
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-20 08:47:48 * @LastEditTime: 2022-06-23 17:43:09
--> -->
<template> <template>
<div class="page-bg"> <div class="page-bg">
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
{placeholder: "请输入手机号",field: "phone",type: "text",label: "",}, {placeholder: "请输入手机号",field: "phone",type: "text",label: "",},
], ],
table: { table: {
service: "student", height:(screen.height - (482 * this.$px2rem)), service: "student", height:(screen.height - (480 * this.$px2rem)),
func: "queryStudentList", func: "queryStudentList",
selectable: false,customRow:true, selectable: false,customRow:true,
columns: [ columns: [
......
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