Commit 3e79c8f5 by chenyu

update: update

parent cee3ae0c
......@@ -4,7 +4,6 @@
<i class="el-icon-info"></i>
查看被系统判定为异常风险的手机号,这部分手机将无法完成正常的注册认证流程;若为系统误判,可将手机号加入白名单后继续后续注册认证流程
</div>
<div class="content">
<header>
<el-input
......@@ -236,4 +235,17 @@ export default {
}
}
}
.layout--tips {
i {
margin-right: 4px;
color: #1890ff;
}
font-weight: normal;
padding: 8px 16px;
line-height: 1.5;
font-size: 13px;
border-radius: 4px;
color: #606266;
background-color: #f4f4f5;
}
</style>
\ No newline at end of file
......@@ -41,11 +41,4 @@ export default {
this.from = from;
}
}
</script>
<style lang="scss" scoped>
.page-content {
min-width: 1400px;
}
</style>
</script>
\ No newline at end of file
......@@ -621,21 +621,21 @@ export default {
padding: 20px 0;
}
}
.frozen-list {
height: 100%;
.inner-btn-link {
display: inline-block;
padding: 0 16px;
margin-right: 5px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: #1890ff;
.inner-btn-link {
display: inline-block;
padding: 0 16px;
margin-right: 5px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: #1890ff;
color: #fff;
font-size: 14px;
border-radius: 4px;
&:hover{
background: #40A9FF;
border-color: #40A9FF;
color: #fff;
font-size: 14px;
border-radius: 4px;
}
}
</style>
......@@ -257,9 +257,6 @@ export default {
};
</script>
<style lang="less" scoped>
.mall-container-new{
min-width: 1400px;
}
.record {
padding: 20px;
background-color: #fff;
......
......@@ -273,7 +273,6 @@ $bgcolor = #fbfcfd;
$bordercolor = #e3e5e9;
.record {
margin: 24px 24px 0;
padding: 20px 20px 0;
background-color: #fff;
......
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