mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-22 02:15:55 +08:00
解决客服上面的代码冲突
This commit is contained in:
@@ -136,18 +136,18 @@ page {
|
||||
> .headerList {
|
||||
flex: 8;
|
||||
}
|
||||
> div:nth-child(2) {
|
||||
flex: 1;
|
||||
.headerList{
|
||||
display: flex;
|
||||
div{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
> div:nth-child(3) {
|
||||
width: 100rpx;
|
||||
}
|
||||
// > div:nth-child(2) {
|
||||
// flex: 1;
|
||||
// .headerList{
|
||||
// display: flex;
|
||||
// div{
|
||||
// flex: 1;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// > div:nth-child(3) {
|
||||
// width: 100rpx;
|
||||
// }
|
||||
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user