Commit 4140bad1 authored by 张伯涛's avatar 张伯涛

样式调整

parent 34260c50
......@@ -3,8 +3,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 1920px;
height: 923px;
width: 100%;
height: 100%;
background-image: url("../../assets/image/login-bg.png");
background-size: cover;
.el-checkbox__input.is-checked .el-checkbox__inner{
......
......@@ -238,7 +238,10 @@
:visible.sync="innerVisible"
append-to-body
>
<div class="img_content">
<img v-show="src" id="crawlerImage" :src="src" alt="Crawler Image">
</div>
<div class="dialogWarnText">二维码小程序爬取文章由于限制,20分钟内最多爬1次,否则会存在公众号被封的风险</div>
<el-checkbox-group v-model="souceList">
<el-checkbox label="慧保天下" />
<el-checkbox label="中国银行保险报" />
......@@ -781,3 +784,12 @@ input::-webkit-inner-spin-button {
}
</style>
<style lang="scss" scoped>
::v-deep .dialogWarnText{
color: red!important;
padding: 10px 0!important;
}
::v-deep .img_content{
text-align: center;
}
</style>
This diff is collapsed.
This diff is collapsed.
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