Исправил баги с добавлением снимков и подвижностью зубов
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user