@@ -176,13 +176,13 @@
#MarkeractivityWord{
- width: 100%;
+ width: 1200px;
display: flex;
flex-direction: column;
align-items: center;
background-color: #ffff;
margin: 0;
- padding: 40px 100px;
+ padding: 40px 0px;
box-sizing:border-box;
#title{
width: 100%;
@@ -213,7 +213,7 @@
.table{
border: none;
border-top: solid 1px black;
-
+ font-size: 22px;
tr{
position: relative;
td{
@@ -701,12 +701,12 @@ export default {
<style lang="less" scoped>
#MakerSpaceWord {
+ width:1280px;
background-color: white;
box-sizing: border-box;
// #title{
// width: 100%;
@@ -288,13 +288,13 @@
#studentProjectWord{