fix: scoped css
This commit is contained in:
parent
4dd6002753
commit
1fb2606885
4 changed files with 4 additions and 4 deletions
|
|
@ -47,4 +47,4 @@ const fileEmployerDocument = defineModel<File | null>('fileEmployerDocument');
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style></style>
|
<style scoped></style>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ defineProps<{
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.box-icon {
|
.box-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -40px;
|
top: -40px;
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@ const smallBanner = ref(false);
|
||||||
</q-img>
|
</q-img>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.cover {
|
.cover {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
|
|
@ -32,4 +32,4 @@ const attachment = defineModel<File[]>('attachment');
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style></style>
|
<style scoped></style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue