|
|
@@ -77,6 +77,7 @@ export default { |
|
|
|
}, |
|
|
|
openPrjInfo:Function, |
|
|
|
addNewFolders:Function, |
|
|
|
scrollLoad:Function |
|
|
|
|
|
|
|
}, |
|
|
|
watch:{ |
|
|
@@ -106,6 +107,7 @@ export default { |
|
|
|
hiddenSetIcon() { |
|
|
|
this.focusProjId = ''; |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|
* 转到workspace工作空间 |
|
|
|
*/ |
|
|
@@ -129,14 +131,25 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.yiyun_warpContent{ |
|
|
|
text-align: center; |
|
|
|
// .yiyun_warpContent{ |
|
|
|
// text-align: center; |
|
|
|
// text-align-last: left; |
|
|
|
// padding: 0px 20px; |
|
|
|
// } |
|
|
|
.yiyun-rows { |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
justify-content: space-evenly; |
|
|
|
} |
|
|
|
.prjitem:last-child:nth-child(4n-2) { |
|
|
|
margin-right: calc(30% + 4% / 3); |
|
|
|
} |
|
|
|
.prjitem{ |
|
|
|
width: 400px; |
|
|
|
display: inline-block; |
|
|
|
border-radius:16px ; |
|
|
|
margin: 30px 30px; |
|
|
|
margin: 30px 0px; |
|
|
|
transition: all .3s linear; |
|
|
|
} |
|
|
|
.prjitem:hover{ |
|
|
|