diff --git a/src/assets/styles/self-defined.scss b/src/assets/styles/self-defined.scss index ae0da39..0fdc184 100644 --- a/src/assets/styles/self-defined.scss +++ b/src/assets/styles/self-defined.scss @@ -25,6 +25,10 @@ } +.marginbottom5{ + margin-bottom: 5px; +} + .textaligncenter{ text-align:center; } @@ -35,6 +39,10 @@ width: 50%; display: inline-block; } +.width75percentinlineblock{ + width: 75%; + display: inline-block; +} .textalignright{ text-align:right; } @@ -76,4 +84,56 @@ box-sizing: border-box; width: 0; height: 0; - } \ No newline at end of file + } +.divsonmarginleft0{ + div{ + margin-left:0 !important; + } +} + +.marginbottom{ + margin-bottom: 0 !important; +} + +.inlineblock{ + display: inline-block; +} + +.marginright6percent{ + margin-right: 10%; +} + +.fixedbottomright{ + position: fixed; + /* 设置图片相对于浏览器的位置 + 距离右边180px,底部20px,宽度50px +*/ + right : 80px; + bottom: 2%; +} + +.width50percent{ + width:50%; +} + +.overflowscroll{ + overflow-y: scroll; +} + +.sonheight500{ + >div{ + height:500px; + } +} + +.height350{ + height:350px; +} + +.height300{ + height:300px; +} + +.height260{ + height:260px; +} \ No newline at end of file diff --git a/src/views/model/devicemodel/addmodel.vue b/src/views/model/devicemodel/addmodel.vue index 0a7dc45..882b3e5 100644 --- a/src/views/model/devicemodel/addmodel.vue +++ b/src/views/model/devicemodel/addmodel.vue @@ -1,110 +1,130 @@ - \ No newline at end of file + +