style:project 右弹窗增加间距

This commit is contained in:
zhangyu
2020-09-07 10:42:10 +08:00
parent 85500a53e9
commit 7fa6a0aa81
3 changed files with 13 additions and 0 deletions

View File

@@ -358,6 +358,10 @@
<style scoped> <style scoped>
.right-box-project-alert{ .right-box-project-alert{
width: 1220px; width: 1220px;
padding-right: 30px;
}
.right-box-title{
font-weight: bold;
} }
.mc{ .mc{
position: fixed; position: fixed;

View File

@@ -135,6 +135,7 @@
} }
}, },
data(){ data(){
vm=this;
return{ return{
pageObj: { pageObj: {
pageNo: 1, pageNo: 1,
@@ -271,6 +272,10 @@
<style scoped> <style scoped>
.right-box-project-alert{ .right-box-project-alert{
width: 1220px; width: 1220px;
padding-right: 30px;
}
.right-box-title{
font-weight: bold;
} }
.mc{ .mc{
position: fixed; position: fixed;

View File

@@ -283,6 +283,10 @@
<style scoped> <style scoped>
.right-box-project-alert{ .right-box-project-alert{
width: 1220px; width: 1220px;
padding-right: 30px;
}
.right-box-title{
font-weight: bold;
} }
.mc{ .mc{
position: fixed; position: fixed;