|
@@ -1,12 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<div class="m-container">
|
|
<div class="m-container">
|
|
<div class="m-core">
|
|
<div class="m-core">
|
|
- <el-button size="mini" type="primary">添加规则</el-button>
|
|
|
|
|
|
+ <!-- <el-button size="mini" type="primary">添加规则</el-button> -->
|
|
|
|
|
|
<el-form :inline="true" :model="form">
|
|
<el-form :inline="true" :model="form">
|
|
<el-alert
|
|
<el-alert
|
|
style="margin: 10px 0"
|
|
style="margin: 10px 0"
|
|
- title="新建乐团规则"
|
|
|
|
|
|
+ title="预报名规则"
|
|
:closable="false"
|
|
:closable="false"
|
|
type="info"
|
|
type="info"
|
|
>
|
|
>
|