Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 6c90c22

Browse files
committed
refactor(demo): refactor ProfilePhotoDialog
1 parent 0dc3223 commit 6c90c22

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

demo/src/components/Dialogs/ProfilePhotoDialog/ProfilePhotoDialog.vue

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<GDialog
33
v-model="value"
4-
content-class="profile-dialog-wrapper"
4+
border-radius="50%"
55
width="300"
66
height="300"
77
>
@@ -40,18 +40,12 @@ export default defineComponent({
4040
</script>
4141

4242
<style lang="scss" scoped>
43-
::v-global(.profile-dialog-wrapper) { /* stylelint-disable-line selector-pseudo-element-no-unknown */
44-
border-radius: 50%;
45-
}
46-
4743
.profile-dialog {
4844
height: 100%;
4945
display: flex;
5046
justify-content: center;
5147
align-items: center;
52-
// padding: 10px;
5348
background-color: #fff;
54-
// overflow: auto;
5549
5650
img {
5751
max-height: 100%;

0 commit comments

Comments
 (0)