[WIP] Фикс размеров
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
q-input(
|
q-input(
|
||||||
v-model="value",
|
v-model="value",
|
||||||
:class="{'circle': circle}",
|
:class="{'circle': circle}",
|
||||||
:input-style="{ color: textColor }",
|
|
||||||
|
:input-style="{ color: textColor, width: width + 'px' }",
|
||||||
:borderless="borderless",
|
:borderless="borderless",
|
||||||
:placeholder="placeholder",
|
:placeholder="placeholder",
|
||||||
:outlined="outlined",
|
:outlined="outlined",
|
||||||
@@ -57,6 +58,7 @@ export default {
|
|||||||
default: "text",
|
default: "text",
|
||||||
},
|
},
|
||||||
mask: String,
|
mask: String,
|
||||||
|
width: Number,
|
||||||
maxLength: String,
|
maxLength: String,
|
||||||
textColor: String,
|
textColor: String,
|
||||||
rule: Array,
|
rule: Array,
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
)
|
)
|
||||||
span(v-if="!isOpenChange") {{ birthday }}
|
span(v-if="!isOpenChange") {{ birthday }}
|
||||||
base-input(
|
base-input(
|
||||||
|
:width="130"
|
||||||
type="date",
|
type="date",
|
||||||
v-if="isOpenChange",
|
v-if="isOpenChange",
|
||||||
@click.stop,
|
@click.stop,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:id="network.kind",
|
:id="network.kind",
|
||||||
@click.stop="(e) => deleteNetwork(e)"
|
@click.stop="(e) => deleteNetwork(e)"
|
||||||
)
|
)
|
||||||
.flex.relative.pb-2(class="pl-[46px]")
|
.flex.relative.px-0.pl-0(class="pl-[46px]")
|
||||||
base-button(
|
base-button(
|
||||||
v-if="isOpenChange && settings.settings.length !== getNetworks.length",
|
v-if="isOpenChange && settings.settings.length !== getNetworks.length",
|
||||||
@click.stop="openPopupAdding",
|
@click.stop="openPopupAdding",
|
||||||
|
|||||||
@@ -25,8 +25,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
|
||||||
.phone
|
|
||||||
width: 158px
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user