[WIP] Фикс размеров

This commit is contained in:
megavrilinvv
2023-01-19 11:28:08 +03:00
parent ce81917a54
commit 23bedea7cc
4 changed files with 5 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
)
span(v-if="!isOpenChange") {{ birthday }}
base-input(
:width="130"
type="date",
v-if="isOpenChange",
@click.stop,

View File

@@ -10,7 +10,7 @@
:id="network.kind",
@click.stop="(e) => deleteNetwork(e)"
)
.flex.relative.pb-2(class="pl-[46px]")
.flex.relative.px-0.pl-0(class="pl-[46px]")
base-button(
v-if="isOpenChange && settings.settings.length !== getNetworks.length",
@click.stop="openPopupAdding",

View File

@@ -25,8 +25,3 @@ export default {
},
};
</script>
<style lang="sass" scoped>
.phone
width: 158px
</style>