Bladeren bron

修改poptip

OnePsycho 4 jaren geleden
bovenliggende
commit
58253e28f4

+ 1 - 1
TEAMModelOS/ClientApp/src/common/BaseNotification.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="base-notification">
-		<Poptip :title="$t('utils.newNotice')" class="dark-iview-poptip">
+		<Poptip :title="$t('utils.newNotice')" class="dark-iview-poptip" placement="bottom">
 			<Badge :count="msgArr.length">
 				<Icon type="md-notifications" />
 			</Badge>

+ 1 - 0
TEAMModelOS/ClientApp/src/css/dark-iview-poptip.less

@@ -26,6 +26,7 @@
 	}
 	
 	.ivu-poptip-arrow{
+		left: 62% !important;
 		top:-10px !important;
 		border-width: 0 10px 10px !important;
 		border-bottom-color: #3b3b3b !important;

+ 2 - 2
TEAMModelOS/ClientApp/src/view/syllabus/Syllabus.vue

@@ -53,10 +53,10 @@
 								<span>{{ getSemesterName(volume.semesterId) }}</span>
 							</p>
 							<p class="volume-item-info" v-if="inShareView">
-								<span  style="display: flex;align-items: center;">
+								<!-- <span  style="display: flex;align-items: center;">
 									<Icon type="ios-remove-circle-outline" style="font-weight: bold;margin-right: 5px;"/>
 									忽略该分享
-								</span>
+								</span> -->
 								<!-- <span class="volume-btn-agree" @click="onAgreeShare(volume,'agree')">
 									<Icon type="md-checkmark-circle-outline" size="20" color="#27c684" />
 									<span>接受</span>