diff --git a/src/views/PartyshistoryRecoder/components/addLine.vue b/src/views/PartyshistoryRecoder/components/addLine.vue new file mode 100644 index 0000000..901b7d0 --- /dev/null +++ b/src/views/PartyshistoryRecoder/components/addLine.vue @@ -0,0 +1,320 @@ + + + + + diff --git a/src/views/PartyshistoryRecoder/components/addPointer.vue b/src/views/PartyshistoryRecoder/components/addPointer.vue index 657118c..0c1617b 100644 --- a/src/views/PartyshistoryRecoder/components/addPointer.vue +++ b/src/views/PartyshistoryRecoder/components/addPointer.vue @@ -19,6 +19,24 @@ + + + + + @@ -187,13 +219,17 @@ .boxcontentitem-small { font-size: 16px; display: flex; - flex-direction: column; + flex-direction: column; + span{ + margin-bottom:15px; + font-size:25px; + } } .box { position: relative; - width: 33%; + width: 100%; margin-left: 0.5%; margin-right: 0.5%; margin-bottom: 2.375rem; @@ -222,7 +258,7 @@ } .boxtitle { - font-size: 20px; + font-size: 25px; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 25bd4eb..4cf6fdb 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,16 +1,21 @@