WIP Удалила закомментированный код

This commit is contained in:
Daria Golova
2023-07-18 17:44:31 +03:00
parent 51470f0ed3
commit 292f44c73c
3 changed files with 0 additions and 59 deletions

View File

@@ -91,12 +91,6 @@ export default {
</script>
<style lang="sass" scoped>
// #upload :deep(.q-field__native)
// cursor: pointer
// height: 100%
// padding: 0
// #upload :deep(.q-field__control)
// height: 100%
.download
background-color: var(--bg-light-grey)
border-radius: 4px

View File

@@ -146,55 +146,6 @@ export default {
"--px": "0 16px",
"--py": "8px 0",
};
// switch (this.size) {
// case "XS":
// return {
// "--input-height": "28px",
// "--text-size": "12px",
// "--line-height": "135%",
// "--px": "0 8px",
// "--py": "10px 0",
// };
// case "S":
// return {
// "--input-height": "32px",
// "--text-size": "12px",
// "--line-height": "135%",
// "--px": "0 8px",
// "--py": "10px 0",
// };
// case "M":
// return {
// "--input-height": "40px",
// "--text-size": "16px",
// "--line-height": "normal",
// "--px": "0 16px",
// "--py": "8px 0",
// };
// case "L":
// return {
// "--input-height": "48px",
// "--text-size": "16px",
// "--line-height": "normal",
// "--px": "0 16px",
// "--py": "8px 0",
// };
// case "auto":
// return {
// "--input-height": "auto",
// "--text-size": "16px",
// "--line-height": "normal",
// "--px": "0 16px",
// "--py": "8px 0",
// };
// default:
// return {
// "--input-height": "56px",
// "--text-size": "16px",
// "--line-height": "normal",
// "--px": "0 16px",
// "--py": "8px 0",
// };
},
},
};

View File

@@ -88,7 +88,6 @@ export default {
opacity: 1
.input :deep(.q-field__control)
//height: var(--input-height) !important
color: var(--font-dark-blue-color)
padding: 0 0
&:before
@@ -126,7 +125,4 @@ export default {
font-weight: 500
font-size: 12px
line-height: 135% !important
//.input :deep(.q-field__marginal)
// height: auto !important
</style>