Commit 4a4cbd92 authored by 陈明豪's avatar 陈明豪

bug修改

parent 5ee15d2b
......@@ -204,6 +204,7 @@ export default {
<style lang="scss" scoped>
//整个页面整体布局
.pet-owner-detail {
min-height: calc(100vh - 100px);
//最外层嵌套卡片的样式
.box-card {
//margin: 20px 20px 20px 20px;
......
......@@ -219,6 +219,7 @@ export default {
}
.banner-container {
background-color: #ffffff;
min-height: calc(100vh - 100px);
.tip1{
height: 30px;
border-left: 5px solid #5FB54B;
......
......@@ -119,6 +119,7 @@ export default {
}
.banner-container {
background-color: #ffffff;
min-height: calc(100vh - 100px);
.tip1{
height: 30px;
border-left: 5px solid #5FB54B;
......
......@@ -249,6 +249,7 @@ export default {
}
.banner-container {
background-color: #ffffff;
min-height: calc(100vh - 100px);
.tip1{
height: 30px;
border-left: 5px solid #5FB54B;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment