10.31
This commit is contained in:
parent
43e138fce2
commit
d1fb34d38a
@ -207,7 +207,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<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;">
|
||||
<div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div>
|
||||
@ -394,5 +394,11 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
.card-change-box{
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
</style>
|
||||
|
@ -279,7 +279,7 @@ export default {
|
||||
|
||||
<template>
|
||||
<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;">
|
||||
<div style="background-color: #FF9655;height: 22px;width: 4px;margin-right: 10px"></div>
|
||||
@ -410,5 +410,11 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
.card-change-box{
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
</style>
|
||||
|
@ -1,8 +1,5 @@
|
||||
<template>
|
||||
<div class="containers
|
||||
|
||||
">
|
||||
|
||||
<div class="containers">
|
||||
<oilcon></oilcon>
|
||||
<addprice></addprice>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user