Commit e6d43d03 by 宋毅

1221-2

parent 58fb0ba8
......@@ -689,7 +689,7 @@
</gsb-leftmenu>
</div>
<div style="width:calc(100% - 180px);flex-grow:5;border:none;">
<el-tabs class="maintab" style="margin-top:0px" v-model="editableTabsValue2"
<el-tabs class="maintab" style="margin-top:-1px" v-model="editableTabsValue2"
type="border-card" style="border-top:none" @tab-remove="removetab"
@tab-click="tabclick" edit closable>
<el-tab-pane v-for="(item, index) in editableTabs2" :key="item.name"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
#baoguo{
width: 360px !important;
height: 369px !important;
padding: 20px 20px 20px;
background: rgba(255,255,255,1);
border: 1px solid rgba(151,151,151,1);
}
.el-form-item>.el-form-item__content{
margin-left: 0 !important;
}
.login-content>.login-content-input{
padding: 20px 20px 20px;
width: auto;
margin-left: 0;
margin-top: 0;
}
\ No newline at end of file
<div id="bychpage" class="login">
<div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b">
<img style="width:100%;height:auto" :src="loginUrl" />
<img style="width:100%;height:100%" :src="loginUrl" />
<div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span>
</div>
<div class="login-div" v-if="a">
<div class="login-content" id="baoguo">
<div class="login-content" id="baoguo" style="height:auto;">
<div style="width: 324px;
margin-top: 30px;
<div style="margin-top: 30px;
padding-left: 28px;">
<el-menu :default-active="activeIndex" mode="horizontal" @select="handleSelect" style="border:none">
<el-menu-item index="1" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400;
color: rgba(51,51,51,1);">验证码登录</el-menu-item>
color: rgba(51,51,51,1);text-align: center;">验证码登录</el-menu-item>
<el-menu-item index="2" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400;
color: rgba(51,51,51,1);">密码登录</el-menu-item>
color: rgba(51,51,51,1);text-align: center;">密码登录</el-menu-item>
</el-menu>
</div>
......@@ -32,7 +31,7 @@
</el-form-item>
<el-form-item prop="code">
<el-input style="width:130px;" v-model="form1.code" placeholder="请输入验证码"><i slot="prefix" class="el-input__icon el-icon-edit"></i></el-input>
<el-button id="loginCode" type="primary" plain style="width: 115px;
<el-button id="loginCode" type="primary" plain style="width: 145px;
background: #128EE9;
color: #fff;"
@click="obtaincode1">
......
......@@ -65,9 +65,11 @@
$('#header_row').hide();
});
var taht = this;
taht.meihuaStyle = 'height:' + document.documentElement.clientHeight + 'px;width:' + document.documentElement.clientWidth + 'px';
taht.meihuaStyle = 'height:' + document.documentElement.clientHeight+ 'px;width:' + document.documentElement.clientWidth + 'px';
console.log(taht.meihuaStyle,"------------------------------");
window.addEventListener("resize",function(){
taht.meihuaStyle = 'height:' + document.documentElement.clientHeight + 'px;width:' + document.documentElement.clientWidth + 'px';
taht.meihuaStyle = 'height:' + document.documentElement.clientHeight+ 'px;width:' + document.documentElement.clientWidth + 'px';
});
},
methods:{
......
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