页面调整
This commit is contained in:
@@ -135,7 +135,7 @@ export default defineComponent({
|
||||
value[str] = data[str]
|
||||
if(!value[str] || value[str]?.length == 0)return
|
||||
Https.axiosPost(Https.httpUrls.saveModuleContent, value).then((rv)=>{
|
||||
if(rv.boundingBox)store.commit('setShowSketchboard',rv.boundingBox)
|
||||
if(rv?.boundingBox)store.commit('setShowSketchboard',rv.boundingBox)
|
||||
})
|
||||
})
|
||||
}
|
||||
@@ -224,10 +224,15 @@ export default defineComponent({
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.collectionModal{
|
||||
:deep(.ant-modal-body){
|
||||
padding-top: 10rem;
|
||||
|
||||
:deep(.collection){
|
||||
> .ant-modal-content{
|
||||
.ant-modal-body{
|
||||
padding-top: 10rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.collection_title{
|
||||
top: calc(4rem*1.2);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user