|
@@ -1,7 +1,9 @@
|
|
|
<template>
|
|
|
<el-container>
|
|
|
- <el-header> <LinkTitlesCustom :currentPaths="currentPaths" /> </el-header>
|
|
|
- <el-main style="overflow: unset;">
|
|
|
+ <el-header id="capture-detail-header">
|
|
|
+ <LinkTitlesCustom :currentPaths="currentPaths" />
|
|
|
+ </el-header>
|
|
|
+ <el-main style="overflow: unset;" class="el-main-padding">
|
|
|
<el-row>
|
|
|
<el-col :span="6">
|
|
|
<img :src="studentBasePhotoPath" alt width="180" />
|
|
@@ -335,8 +337,8 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
-.margin-top-10 {
|
|
|
- margin-top: 10px;
|
|
|
+#capture-detail-header {
|
|
|
+ height: 15px !important;
|
|
|
}
|
|
|
.capture-title {
|
|
|
font-size: 20px;
|
|
@@ -391,3 +393,4 @@ export default {
|
|
|
color: red;
|
|
|
}
|
|
|
</style>
|
|
|
+<style scoped src="../style/common.css"></style>
|