大喇叭

This commit is contained in:
liuye
2022-06-10 11:34:03 +08:00
parent 5705c75e14
commit deecff9904
7 changed files with 320 additions and 106 deletions

View File

@@ -124,7 +124,7 @@ export default {
...this.search,
type: this.currIndex === 0 ? 1 : 3,
current: this.current,
size: 10
size: 10,
}
}).then(res => {
if (res.code == 0) {
@@ -194,7 +194,11 @@ export default {
<style lang="scss" scoped>
.selectMedia {
padding-bottom: 128px;
::v-deep .AiTopFixed{
.content{
padding: 0;
}
}
.tab {
border-bottom: 1px solid #ddd;
margin-bottom: 4px;
@@ -313,6 +317,7 @@ export default {
.currentLeft-top {
display: flex;
align-items: center;
padding: 32px 32px 0;
.left {
width: 200px;