Commit f602a31b authored by zL's avatar zL

统一类型组件的边框颜色

parent 9d6ad1a5
......@@ -180,7 +180,7 @@ export default {
line-height: 36px;
color: rgba(121, 125, 132, 1);
background: #f6f6f7;
border: 1px solid #f0f1f5;
border: 1px solid #DCDFE6;
.iconyinpin2 {
font-size: 24px;
vertical-align: sub;
......
......@@ -3,7 +3,7 @@
<div class="base_form">
<div class="label">
<img class="pre-tag" src="../../../assets/images/template/pre-tag.png" />
<div class="label-text" :title="label">{{label}}</div>
<div class="label-text" :title="label">{{ label }}</div>
</div>
<div class="input-box">
<input
......@@ -84,7 +84,6 @@ export default class BaseForm extends Vue {
text-overflow: ellipsis;
white-space: nowrap; /*规定段落中的文本不进行换行 */
overflow: hidden;
}
.icon_down {
......@@ -107,7 +106,7 @@ export default class BaseForm extends Vue {
margin-top: 11px;
min-height: 44px;
border-radius: 4px;
border: 1px solid #e8e8e8; /* todo 边框、背景色ui图颜色不一致 */
border: 1px solid #DCDFE6; /* todo 边框、背景色ui图颜色不一致 */
outline: none;
padding-left: 24px;
font-size: 14px;
......
......@@ -198,7 +198,7 @@ export default class ImageForm extends Vue {
width: 80px;
height: 80px;
border-radius: 4px;
border: 1px solid rgba(215, 215, 215, 1);
border: 1px solid #dcdfe6;
text-align: center;
line-height: 80px;
.iconjiahao {
......@@ -222,7 +222,7 @@ export default class ImageForm extends Vue {
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid #d7d7d7;
border: 1px solid #dcdfe6;
overflow: hidden;
}
.iconshanchu3 {
......
......@@ -106,7 +106,7 @@ export default class BaseForm extends Vue {
margin-top: 11px;
min-height: 44px;
border-radius: 4px;
border: 1px solid #e8e8e8; /* todo 边框、背景色ui图颜色不一致 */
border: 1px solid #DCDFE6; /* todo 边框、背景色ui图颜色不一致 */
outline: none;
padding-left: 24px;
font-size: 14px;
......
......@@ -185,32 +185,6 @@ export default {
white-space: nowrap;
overflow: hidden;
}
.upload-area {
width: 151px;
height: 89px;
border-radius: 4px;
border: 1px dashed #e5e5e5;
text-align: center;
padding-top: 10px;
cursor: pointer;
.icon {
font-size: 32px;
color: #797d84;
}
p {
margin: 0;
padding: 0;
padding-top: 8px;
font-size: 12px;
font-weight: 400;
color: rgba(121, 125, 132, 1);
&:last-child {
font-size: 10px;
padding-top: 2px;
color: rgba(152, 159, 165, 1);
}
}
}
.show {
line-height: 1;
cursor: pointer;
......@@ -255,8 +229,7 @@ export default {
line-height: 36px;
color: rgba(121, 125, 132, 1);
background: #f6f6f7;
border: 1px solid #f0f1f5;
border: 1px solid #dcdfe6;
.icon {
font-size: 14px;
padding-right: 6px;
......
......@@ -242,7 +242,7 @@ export default {
width: 151px;
background: #f6f6f7;
border-radius: 4px;
border: 1px solid #f0f1f5;
border: 1px solid #DCDFE6;
color: #353535;
line-height: 36px;
text-align: center;
......
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