属性库

This commit is contained in:
wang-liang0615 2023-08-15 19:26:49 +08:00
parent 2471af867a
commit 348a34d862
1 changed files with 200 additions and 201 deletions

View File

@ -72,13 +72,13 @@
/>
</template>
</a-modal>
</template>
</template>
<script>
import { searchAttributes } from '../../api/CITypeAttr'
import AttributeCard from './attributeCard.vue'
export default {
name: 'AttributeStore',
<script>
import { searchAttributes } from '../../api/CITypeAttr'
import AttributeCard from './attributeCard.vue'
export default {
name: 'AttrbuteStore',
components: { AttributeCard },
data() {
return {
@ -137,20 +137,20 @@
}
},
},
}
</script>
}
</script>
<style lang="less" scoped>
.attrbute-store-wrapper {
<style lang="less" scoped>
.attrbute-store-wrapper {
.attrbute-store-col {
display: flex;
justify-content: center;
}
}
</style>
}
</style>
<style lang="less">
.attrbute-store-wrapper {
<style lang="less">
.attrbute-store-wrapper {
.ant-modal-body {
height: 70vh;
overflow: auto;
@ -160,13 +160,13 @@
align-items: center;
justify-content: space-between;
}
}
</style>
}
</style>
<style lang="less">
@import '~@/style/static.less';
<style lang="less">
@import '~@/style/static.less';
.attrbute-store-search {
.attrbute-store-search {
width: 300px;
display: inline-block;
margin-right: 60px;
@ -208,6 +208,5 @@
}
}
}
}
</style>
}
</style>