WIP Переделала инпуты

This commit is contained in:
Daria Golova
2023-07-13 18:36:28 +03:00
parent f0640b6a3d
commit 25dbf78915
8 changed files with 260 additions and 49 deletions

View File

@@ -51,13 +51,6 @@ export default {
"min-height": "40px",
};
},
btnWidth() {
return !this.width === "auto"
? {
"min-width": this.width,
}
: {};
},
miniSize() {
return this.type === "mini";
},