|
@@ -23,7 +23,7 @@
|
|
|
<el-button type="danger" native-type="submit">搜索</el-button>
|
|
|
</el-form-item>
|
|
|
</save-form>
|
|
|
- <div class="tableWrap tableMargin">
|
|
|
+ <div class="tableWrap">
|
|
|
<el-table
|
|
|
:data="teamList"
|
|
|
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
|
|
@@ -182,12 +182,12 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.courseInfo {
|
|
|
- h4 {
|
|
|
- margin-bottom: 20px;
|
|
|
- }
|
|
|
- .tableMargin {
|
|
|
- margin-top: 20px;
|
|
|
- }
|
|
|
-}
|
|
|
+// .courseInfo {
|
|
|
+// h4 {
|
|
|
+// margin-bottom: 20px;
|
|
|
+// }
|
|
|
+// .tableMargin {
|
|
|
+// margin-top: 20px;
|
|
|
+// }
|
|
|
+// }
|
|
|
</style>
|