Commit c935b2d2 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' of http://gitlab.91isoft.com:90/car-test/web into develop

parents b129b26b d644371e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<page-standard class="view-review"> <page-standard class="view-review">
<div slot="tab"> <div slot="tab">
<div class="view-review-header"> <div class="view-review-header">
<div class="title"> <div class="title-content-style">
{{ $route.meta.title }} {{ $route.meta.title }}
</div> </div>
<div class="right-content"> <div class="right-content">
...@@ -93,6 +93,12 @@ export default { ...@@ -93,6 +93,12 @@ export default {
.view-review-header { .view-review-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.title-content-style{
width: 60%;
margin-bottom: 0px;
text-align: left;
color: #666666;
}
.right-content { .right-content {
.go-back { .go-back {
margin-left: 100px; margin-left: 100px;
......
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