|
@@ -257,7 +257,7 @@
|
|
|
</el-time-picker>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <div slot="footer" class="dialog-footer" style="float: right;">
|
|
|
+ <div slot="footer" class="dialog-footer" style="display: flex;justify-content: flex-end;">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
@@ -272,7 +272,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <div slot="footer" class="dialog-footer" style="float: right;">
|
|
|
+ <div slot="footer" class="dialog-footer" style="display: flex;justify-content: flex-end;">
|
|
|
<el-button type="primary" @click="updateRedData" :disabled="redData.loading">保 存</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|