This commit is contained in:
@QQNZX 2023-11-11 17:54:03 +08:00
parent aab74f80c3
commit bd14aef39b

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <div class="box-centenr">
<div style="width: 40%"> <div style="width: 40%">
<el-alert <el-alert
title="警告提示的文案" title="警告提示的文案"
@ -153,6 +153,11 @@ export default {
</script> </script>
<style scoped> <style scoped>
.box-centenr{
width: 100%;
box-sizing: border-box;
padding: 20px;
}
.content-box{ .content-box{
width: 100%; width: 100%;
display: flex; display: flex;