|
@@ -382,10 +382,6 @@ formList.value.options.forEach((_e, index) => {
|
|
if ((index + 2) % 2 === 0) _e.flexStyle = 'mr-3'
|
|
if ((index + 2) % 2 === 0) _e.flexStyle = 'mr-3'
|
|
})
|
|
})
|
|
|
|
|
|
-const expand = () => {
|
|
|
|
- isExpand.value = !isExpand.value
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|