Changes
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
|
||||
<h2 v-if="division.data.workers.length > 0" id="persons" class="font-bold text-xl">Состав</h2>
|
||||
<template v-for="worker in division.data.workers">
|
||||
{{ worker }}
|
||||
<ClientDivisionWorkerCard :worker="worker" />
|
||||
</template>
|
||||
|
||||
@@ -236,7 +237,7 @@ export default {
|
||||
<style>
|
||||
|
||||
.styled-scrollbar {
|
||||
overflow: hidden;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user