|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <el-form :inline="true">
|
|
|
- <el-form-item label="学生总数">
|
|
|
+ <el-form :inline="true" class="workForm" style="padding: 0 25px">
|
|
|
+ <el-form-item label="学生总数" >
|
|
|
<!-- <el-input disabled
|
|
|
:value="studentNum"></el-input> -->
|
|
|
<div class="inputStyle">{{studentNum}}</div>
|
|
@@ -136,4 +136,9 @@ export default {
|
|
|
width: 100px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-</style>
|
|
|
+.workForm {
|
|
|
+ /deep/.el-form-item {
|
|
|
+ margin-bottom: 10px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|