Commit e6d43d03 by 宋毅

1221-2

parent 58fb0ba8
...@@ -689,7 +689,7 @@ ...@@ -689,7 +689,7 @@
</gsb-leftmenu> </gsb-leftmenu>
</div> </div>
<div style="width:calc(100% - 180px);flex-grow:5;border:none;"> <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" type="border-card" style="border-top:none" @tab-remove="removetab"
@tab-click="tabclick" edit closable> @tab-click="tabclick" edit closable>
<el-tab-pane v-for="(item, index) in editableTabs2" :key="item.name" <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{ #baoguo{
width: 360px !important; padding: 20px 20px 20px;
height: 369px !important;
background: rgba(255,255,255,1); background: rgba(255,255,255,1);
border: 1px solid rgba(151,151,151,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 id="bychpage" class="login">
<div style="width:100%;margin: 0 auto;"> <div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b"> <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\'"> <div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span> <span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span> <span class="shujuzi">政策大数据服务平台</span>
</div> </div>
<div class="login-div" v-if="a"> <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; <div style="margin-top: 30px;
margin-top: 30px;
padding-left: 28px;"> padding-left: 28px;">
<el-menu :default-active="activeIndex" mode="horizontal" @select="handleSelect" style="border:none"> <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; <el-menu-item index="1" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC; font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400; 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; <el-menu-item index="2" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC; font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400; 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> </el-menu>
</div> </div>
...@@ -32,7 +31,7 @@ ...@@ -32,7 +31,7 @@
</el-form-item> </el-form-item>
<el-form-item prop="code"> <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-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; background: #128EE9;
color: #fff;" color: #fff;"
@click="obtaincode1"> @click="obtaincode1">
......
...@@ -65,9 +65,11 @@ ...@@ -65,9 +65,11 @@
$('#header_row').hide(); $('#header_row').hide();
}); });
var taht = this; 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(){ 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:{ 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