|
@@ -159,8 +159,8 @@
|
|
|
|
|
|
|
|
<!-- button -->
|
|
<!-- button -->
|
|
|
<div class="app-footer">
|
|
<div class="app-footer">
|
|
|
- <button class="admin-button-com middle default" @click="goBack()">取消</button>
|
|
|
|
|
- <button class="admin-button-com middle blue" formType="submit" @click="status = 1">确认</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com big default" @click="goBack()">取消</button>
|
|
|
|
|
+ <button class="admin-button-com big blue" formType="submit" @click="status = 1">确认</button>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
@@ -399,7 +399,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.app-content {
|
|
.app-content {
|
|
|
min-height: calc(100vh - 100px);
|
|
min-height: calc(100vh - 100px);
|
|
|
- padding-bottom: 100px;
|
|
|
|
|
|
|
+ padding-bottom: 150px;
|
|
|
}
|
|
}
|
|
|
// 公共模块
|
|
// 公共模块
|
|
|
.module-com {
|
|
.module-com {
|