scoped
This commit is contained in:
parent
cec322b917
commit
f57a28c19f
8 changed files with 8 additions and 7 deletions
|
|
@ -107,7 +107,7 @@ const store = useEvaluateDetailStore();
|
|||
</q-stepper>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style >
|
||||
.stepEva {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style >
|
||||
.q-stepper--vertical .q-stepper__step-inner {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ const formData = reactive<FormFeature>({
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<style >
|
||||
<style scoped>
|
||||
.listItem{
|
||||
padding: 5px 0px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ onMounted(() => {
|
|||
</div>
|
||||
</q-card>
|
||||
</template>
|
||||
<style >
|
||||
<style scoped>
|
||||
.cardSp1{
|
||||
border: 1px solid #d6dee1;
|
||||
margin-bottom: 10px ;
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ const modalPerview = ref<boolean>(false);
|
|||
</q-dialog>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style >
|
||||
.q-tab-panel {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ const data = reactive<FormData>({
|
|||
position: "",
|
||||
phone: "",
|
||||
email: "",
|
||||
qualification: "",
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
|
|||
</d-table>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.icon-color {
|
||||
color: #4154b3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue