|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="head_content">
|
|
|
<div class="head_content_left">
|
|
|
<img :src="defaultIcon" alt="">
|
|
|
- <span class="big_head">教师智能工作平台</span>
|
|
|
+ <span class="big_head">智能评教评学系统</span>
|
|
|
<!-- <div class="small_head">大数据精准教学平台</div> -->
|
|
|
</div>
|
|
|
|
|
|
@@ -188,7 +188,7 @@ const confirmPassWord = async (formEl: FormInstance | undefined) => {
|
|
|
<style lang="scss" scoped>
|
|
|
.head_content {
|
|
|
height: 60px;
|
|
|
- padding: 0 16px;
|
|
|
+ padding: 0 20px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
@@ -204,6 +204,7 @@ const confirmPassWord = async (formEl: FormInstance | undefined) => {
|
|
|
.big_head {
|
|
|
font-size: 26px;
|
|
|
color: #fff;
|
|
|
+ line-height: 1;
|
|
|
}
|
|
|
.small_head {
|
|
|
font-size: 14px;
|