Commit 6e527cd4 authored by 盖献康's avatar 盖献康

缩放文字变小

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