|
@@ -69,6 +69,7 @@
|
|
v-else
|
|
v-else
|
|
slot="icon"
|
|
slot="icon"
|
|
class="stuAvatar"
|
|
class="stuAvatar"
|
|
|
|
+ src="@/assets/images/common/default_head_img.png"
|
|
/>
|
|
/>
|
|
<div class="students-right">
|
|
<div class="students-right">
|
|
<span style="margin-left: auto;margin-right: 20px;"
|
|
<span style="margin-left: auto;margin-right: 20px;"
|
|
@@ -338,6 +339,11 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
+<style>
|
|
|
|
+body{
|
|
|
|
+ background: #f3f4f8;
|
|
|
|
+}
|
|
|
|
+</style>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
|
|