Commit 182c35a7 by tangjiale

调整页面高度

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