@@ -356,12 +356,15 @@ span {
.item {
display: block;
- margin-right: 5px;
+ margin-left: 0;
+ margin-right: 6px;
margin-bottom: 10px;
min-width: 80px;
height: 32px;
+ }
- &:nth-child(4n + 0) {
+ .radio:nth-child(4n + 4) {
+ .item {
margin-right: 0;
}
@@ -19,6 +19,10 @@ export default defineComponent({
if (queryType) {
type = queryType.toString()
+
+ if (queryType === 'LABOR_TEACHER') {
+ document.title = '管乐迷劳务协议'
} else {
if (state.platformType === 'STUDENT') {
type = 'REGISTER'