diff --git a/src/assets/scss/modules/management/volunteet.scss b/src/assets/scss/modules/management/volunteet.scss new file mode 100644 index 000000000..6b2409580 --- /dev/null +++ b/src/assets/scss/modules/management/volunteet.scss @@ -0,0 +1,124 @@ +.g-main{ + padding: 30px 0 0 30px; + width: 100%; + } + .flex{ + display: flex; + .flex1{ + flex: 1; + } + &-1{ + flex: 1; + } + &-y{ + flex-direction: column; + } + &-x{ + flex-direction: row; + } + &-center1{ + justify-content: center; + } + &-center2{ + align-items: center; + } + &-center3{ + align-items: flex-start; + } + // + &-mean{ + justify-content: space-around; + } + //两端对齐 + &-end{ + justify-content: space-between; + } + //水平轴右对齐 + &-fend{ + justify-content: flex-end; + } + // 允许子元素换行 + &-wrap{ + flex-wrap: wrap; + } + } +.m{ + &-left12{ + margin-left: 12px; + } + &-left5{ + margin-left: 12px; + } + &-left012{ + margin-left: -5px; + } + &-left18{ + margin-left: 18px; + } + &-right12{ + margin-right: 12px; + } + &-right7{ + margin-right: 7px; + } + &-top12{ + margin-top: 12px; + } + &-top5{ + margin-top: 5px; + } + &-bottom5{ + margin-bottom: 5px; + } + &-bottom10{ + margin-bottom: 10px; + } + &-right10{ + margin-right: 10px; + } + &-right26{ + margin-right: 26px; + } + + &-top15{ + margin-top: 15px; + } + &-top10{ + margin-top: 10px; + } + &-top18{ + margin-top: 18px; + } + &-bot50{ + margin-bottom: 50px; + } + &-bot10{ + margin-bottom:10px; + } + &-top16{ + margin-top:16px; + } + } + + .p{ + &-18{ + padding: 0 18px; + } + &-12{ + padding: 12px; + } + } +.el-form-item{ + margin-bottom: 10px; + } + .bto_btn{ + display: block; + position: fixed; + bottom: 5px; + left: 0; + background: #ffffff; + width: 100%; + padding: 6px 26px; + box-sizing: border-box; + text-align: right; +} \ No newline at end of file diff --git a/src/views/modules/volunteer/VolManage/activeRecord.vue b/src/views/modules/volunteer/VolManage/activeRecord.vue index d1231a7a8..0b6d722cf 100644 --- a/src/views/modules/volunteer/VolManage/activeRecord.vue +++ b/src/views/modules/volunteer/VolManage/activeRecord.vue @@ -1,32 +1,34 @@