@@ -113,8 +113,8 @@
<style lang="less" scoped>
#makerActivityWord{
- width: 1200px;
- height: 650px;
+ // width: 1200px;
+ // height: 650px;
font-size: 16px;
color: black;
#wordTitle{
@@ -137,24 +137,25 @@
box-sizing: border-box;
border-bottom:solid 1px black ;
display: flex;
+
&:nth-last-child(1){
border-bottom:none;
}
&:nth-child(2){
.lie{
height: 100%;
- .label{
- width: 200px;
- }
+ // .label{
+ // // width: 200px;
+ // }
.value{
- width: 199px;
+ min-width: 80px;
- width: 198px;
+ // width: 198px;
+ min-width: 100px;
&:nth-child(3){
@@ -177,7 +178,7 @@
.label{
border-right: solid 1px black;