修改模板物料通用颜色字体大小
This commit is contained in:
parent
34f851d782
commit
249f84b9ea
@ -2043,8 +2043,8 @@ function getName(code:any) {
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="isExplanation == true" style="display: flex;align-items: center;">
|
<div v-if="isExplanation == true" style="display: flex;align-items: center;">
|
||||||
<div class="style-content-explanation-box">
|
<div class="style-content-explanation-box">
|
||||||
<div class="style-content-box-title">模板物料通用颜色</div>
|
<div class="style-content-box-title2">模板物料通用颜色</div>
|
||||||
<div style="display: flex;text-align: center;margin-bottom: 10px;margin-top: 10px;">
|
<div style="display: flex;text-align: center;margin-bottom: 10px;margin-top: 10px;font-size: 13px;">
|
||||||
<div style="width: 50%;">物料</div>
|
<div style="width: 50%;">物料</div>
|
||||||
<div style="width: 50%;">颜色</div>
|
<div style="width: 50%;">颜色</div>
|
||||||
</div>
|
</div>
|
||||||
@ -2056,8 +2056,8 @@ function getName(code:any) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="style-content-box-title">项目物料特殊颜色</div>
|
<div class="style-content-box-title2">项目物料特殊颜色</div>
|
||||||
<div style="display: flex;text-align: center;margin-bottom: 10px;margin-top: 10px;">
|
<div style="display: flex;text-align: center;margin-bottom: 10px;margin-top: 10px;font-size: 13px;">
|
||||||
<div style="width: 50%;">物料</div>
|
<div style="width: 50%;">物料</div>
|
||||||
<div style="width: 50%;">颜色</div>
|
<div style="width: 50%;">颜色</div>
|
||||||
</div>
|
</div>
|
||||||
@ -2514,7 +2514,21 @@ function getName(code:any) {
|
|||||||
border-bottom:1px solid rgba(238, 238, 238, 1);
|
border-bottom:1px solid rgba(238, 238, 238, 1);
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
.style-content-box-title2{
|
||||||
|
width: 100%;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
text-align: left;
|
||||||
|
font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #282828;
|
||||||
|
background-color: rgba(255, 255, 255, 1);
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-bottom:1px solid rgba(238, 238, 238, 1);
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
.DisplaySettingsButton{
|
.DisplaySettingsButton{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -100px;
|
left: -100px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user