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> </q-stepper>
</template> </template>
<style> <style >
.stepEva { .stepEva {
padding: 0px !important; padding: 0px !important;
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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