Commit eb5b10a1 authored by 陈明豪's avatar 陈明豪

Merge remote-tracking branch 'origin/master'

parents 33eb137b ab6c0a64
<template>
<div class="policy-container">
<div class="title-paragraph">
<span class="title-text" style="font-size: 16px;font-weight: bold;">编辑内容</span>
<span class="title-text">编辑内容</span>
</div>
<el-form ref="ruleForm" :model="privacyPolicy" :rules="rules">
<el-row>
......@@ -136,6 +136,7 @@ export default {
border-left: 5px solid #5FB54B;
.title-text {
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}
......
<template>
<div class="contract-container">
<div class="title-paragraph">
<span class="title-text" style="font-size: 16px;font-weight: bold;">入驻合同</span>
<span class="title-text">入驻合同</span>
</div>
<!-- 入驻合同表 -->
<el-table
......@@ -252,6 +252,7 @@ export default {
border-left: 5px solid #5FB54B;
.title-text {
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}
......
<template>
<div class="policy-container">
<div class="title-paragraph">
<span class="title-text" style="font-size: 16px;font-weight: bold;">编辑内容</span>
<span class="title-text">编辑内容</span>
</div>
<el-form ref="ruleForm" :model="privacyPolicy" :rules="rules">
<el-row>
......@@ -137,6 +137,7 @@ export default {
border-left: 5px solid #5FB54B;
.title-text {
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}
......
<template>
<div class="protocol-container">
<div class="title-paragraph">
<span class="title-text" style="font-size: 16px;font-weight: bold;">编辑内容</span>
<span class="title-text">编辑内容</span>
</div>
<el-form ref="ruleForm" :model="privacyPolicy" :rules="rules">
<el-row>
......@@ -136,6 +136,7 @@ export default {
border-left: 5px solid #5FB54B;
.title-text {
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}
......
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