Commit bcb0d17a authored by linxin's avatar linxin

fix

parent 3b70f7c5
...@@ -191,6 +191,12 @@ export default { ...@@ -191,6 +191,12 @@ export default {
</script> </script>
<style lang='less' > <style lang='less' >
#payment-pay-entry { #payment-pay-entry {
.push{
position: absolute;
top:10px;
margin-left:10px;
width:35px;
}
.h-header { .h-header {
background-color: #00469C; background-color: #00469C;
.h-header-btn { .h-header-btn {
...@@ -263,6 +269,7 @@ export default { ...@@ -263,6 +269,7 @@ export default {
width: 30px; width: 30px;
display: block; display: block;
float: left; float: left;
position: relative;
margin: 12px 8px 0 3px; margin: 12px 8px 0 3px;
} }
} }
......
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