This commit is contained in:
setthawutttty 2024-02-15 11:36:02 +07:00
parent cec322b917
commit f57a28c19f
8 changed files with 8 additions and 7 deletions

View file

@ -107,7 +107,7 @@ const store = useEvaluateDetailStore();
</q-stepper>
</template>
<style>
<style >
.stepEva {
padding: 0px !important;
}

View file

@ -207,7 +207,7 @@ onMounted(async () => {
<PopupHistory :modal="modalHistory" :close="onClickPopupHistory" :id="id" />
</template>
<style>
<style scoped>
.q-stepper--vertical .q-stepper__step-inner {
padding: 0;
}

View file

@ -57,7 +57,7 @@ onMounted(async () => {
</div>
</template>
<style>
<style >
.q-stepper--vertical .q-stepper__step-inner {
padding: 0;
}

View file

@ -138,7 +138,7 @@ const formData = reactive<FormFeature>({
</div>
</template>
<style >
<style scoped>
.listItem{
padding: 5px 0px !important;
}

View file

@ -394,7 +394,7 @@ onMounted(() => {
</div>
</q-card>
</template>
<style >
<style scoped>
.cardSp1{
border: 1px solid #d6dee1;
margin-bottom: 10px ;

View file

@ -75,7 +75,7 @@ const modalPerview = ref<boolean>(false);
</q-dialog>
</template>
<style>
<style >
.q-tab-panel {
padding: 0px;
}

View file

@ -33,6 +33,7 @@ const data = reactive<FormData>({
position: "",
phone: "",
email: "",
qualification: "",
});
/**

View file

@ -180,7 +180,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
</d-table>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}