Commit cd2f4af0 by 林家欣

修改分中心样式问题

parent d2083f9c
......@@ -3,8 +3,9 @@
<cate :father="branchMsgCate"></cate>
<div class="container">
<div class="branchMsg-cont">
<div class="message">
<div class="branchMsg-message">
<div class="row">
<div class="col-lg-6"></div>
<div class="tip col-lg-6 col-12">
<div class="tip-title"><span>重要提示</span></div>
<div class="tip-text">
......@@ -84,7 +85,7 @@ export default {
<style lang="scss">
.branchMsg {
@media screen and (min-width: 992px) {
.message {
.branchMsg-message {
position: absolute;
right: 0;
top: 0;
......@@ -108,7 +109,7 @@ export default {
background-color: #edf5fa;
margin: 20px 0;
position: relative;
.message {
.branchMsg-message {
.row {
justify-content: flex-end;
}
......
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