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>
|
</q-stepper>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style >
|
||||||
.stepEva {
|
.stepEva {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 ;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ const data = reactive<FormData>({
|
||||||
position: "",
|
position: "",
|
||||||
phone: "",
|
phone: "",
|
||||||
email: "",
|
email: "",
|
||||||
|
qualification: "",
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue