This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-31 11:08:32 +08:00
parent 43e138fce2
commit d1fb34d38a
3 changed files with 17 additions and 8 deletions

View File

@ -207,7 +207,7 @@ export default {
<template> <template>
<div> <div>
<div class="card-change-1-search" style="margin-bottom: 20px"> <div class="card-change-box" style="margin-bottom: 20px">
<div style="display: flex; justify-content: space-between;margin-bottom: 10px"> <div style="display: flex; justify-content: space-between;margin-bottom: 10px">
<div style="display: flex;"> <div style="display: flex;">
<div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div> <div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div>
@ -394,5 +394,11 @@ export default {
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.card-change-box{
background: #fff;
box-sizing: border-box;
padding: 10px;
margin: 10px;
border-radius: 8px;
}
</style> </style>

View File

@ -279,7 +279,7 @@ export default {
<template> <template>
<div> <div>
<div class="card-change-1-search" style="margin-bottom: 20px"> <div class="card-change-box" >
<div style="display: flex; justify-content: space-between;margin-bottom: 10px"> <div style="display: flex; justify-content: space-between;margin-bottom: 10px">
<div style="display: flex;"> <div style="display: flex;">
<div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div> <div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div>
@ -410,5 +410,11 @@ export default {
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.card-change-box{
background: #fff;
box-sizing: border-box;
padding: 10px;
margin: 10px;
border-radius: 8px;
}
</style> </style>

View File

@ -1,8 +1,5 @@
<template> <template>
<div class="containers <div class="containers">
">
<oilcon></oilcon> <oilcon></oilcon>
<addprice></addprice> <addprice></addprice>
</div> </div>