Commit 8082468b by tangjiale

优化CSS

parent 9476b139
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-06-06 09:28:37
* @LastEditors: tangjiale
* @LastEditTime: 2022-06-24 10:03:00
* @LastEditTime: 2022-06-27 09:30:22
-->
<template>
<div class="add-course-bg">
......@@ -291,6 +291,7 @@ export default {
}
.course-arr-flex{
display: flex;
flex-wrap: wrap;
align-items: center;
/deep/ .el-form-item{
display: flex;
......
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-06-16 16:01:31
* @LastEditors: tangjiale
* @LastEditTime: 2022-06-24 10:16:55
* @LastEditTime: 2022-06-24 14:08:15
-->
<template>
......@@ -58,7 +58,7 @@ export default {
table:{
service:"course",func:"querySalesList",
selectable: false,customRow:true,
height:(screen.height - (480 * this.$px2rem)),
// height:(screen.height - (480 * this.$px2rem)),
columns:[
{
title: "学生姓名",type:'customViewField',width:'120px',
......
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