xinyan 6 ay önce
ebeveyn
işleme
723e5a209c

+ 1 - 3
src/views/employee-information/components/InfoCard.vue

@@ -153,7 +153,7 @@ onMounted(() => {
 	<!--<EditEmployeeInfo v-if="isDrawerVisible" v-model="isDrawerVisible" :employeeInfo :name="employeeInfo.name" @refresh="fetchCardData" />-->
 </template>
 
-<style lang="scss" scoped>
+<style scoped>
 .card-container {
 	margin-bottom: 30px;
 	padding: 0;
@@ -204,8 +204,6 @@ onMounted(() => {
 
 .pagination-container {
 	display: flex;
-	// justify-content: flex-end;
-	// margin-bottom: 20px;
 	position: absolute;
 	right: 30px;
 	bottom: 35px;