|
@@ -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;
|