fix:学生列表高度问题;
This commit is contained in:
parent
04eca3435e
commit
9edc6d6e2b
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div style="height: 100%">
|
||||
<el-card style="width: 100%;height: 100%">
|
||||
<el-card style="width: 100%;height: 100%;overflow-y: auto">
|
||||
<template #header>
|
||||
<div style="text-align: left;display: flex;justify-content: space-between">
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue