1
@@ -518,13 +518,13 @@
position: relative;
.teachGroupListDot {
- width: 14px;
- height: 14px;
+ width: 15px;
+ height: 15px;
background: #198cfe;
- border: 3px solid #d1e8ff;
+ border: 4px solid #d1e8ff;
border-radius: 50%;
top: 28px;
- left: -7px;
+ left: -8px;
position: absolute;
}
@@ -18,7 +18,7 @@ export default defineComponent({
<NTabPane name="person" tab="个人信息">
<PersonInfo></PersonInfo>
</NTabPane>
- <NTabPane name="school" tab="学校设置"></NTabPane>
+ <NTabPane disabled name="school" tab="学校设置"></NTabPane>
</NTabs>
</div>
);