大喇叭
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user