|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="title"> 队伍信息 </div>
|
|
|
+ <div class="team-info-title"> 队伍信息 </div>
|
|
|
<el-form :model="formData" ref="ruleFormRef" :rules="rules" label-position="top">
|
|
|
<el-form-item prop="memberCount" label="队伍人数">
|
|
|
<el-input v-model="formData.memberCount" type="number" width="200" />
|
|
|
@@ -60,6 +60,9 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
+ .team-info-title {
|
|
|
+ margin-bottom: 16px;
|
|
|
+ }
|
|
|
// 去掉el input右侧的小箭头
|
|
|
:deep(input::-webkit-outer-spin-button),
|
|
|
:deep(input::-webkit-inner-spin-button) {
|