|
@@ -349,11 +349,9 @@ export default {
|
|
|
</script>
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
.ms-detail {
|
|
.ms-detail {
|
|
|
- position: absolute;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- right: 0;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- top: 0;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ height: 100vh;
|
|
|
.detail-bg {
|
|
.detail-bg {
|
|
|
height: 744rpx;
|
|
height: 744rpx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -367,6 +365,8 @@ export default {
|
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
padding: 40rpx;
|
|
padding: 40rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ overflow: auto;
|
|
|
.detail-item {
|
|
.detail-item {
|
|
|
padding: 36rpx;
|
|
padding: 36rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|