Исправил баги с добавлением снимков и подвижностью зубов

This commit is contained in:
DwCay
2023-07-05 15:02:45 +03:00
parent 2a79480cf2
commit 9459f4ee99
3 changed files with 14 additions and 7 deletions

View File

@@ -2,13 +2,12 @@
label.download.flex.cursor-pointer.relative.items-center.justify-center.rounded(
:style="{height: `${height}px`, width: width ? `${width}px` : '100%'}"
)
base-input(
base-input.w-full.h-full(
@change="(e) => addNewFiles(e)",
doc,
type="file",
:accept="getAccept",
id="download",
:style="{zIndex: '-1'}",
id="upload"
borderless,
:multiple="multiple"
)
@@ -92,6 +91,12 @@ 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
border: 1px dashed var(--font-grey-color)
background-color: var(--default-white)