11.11
This commit is contained in:
parent
aab74f80c3
commit
bd14aef39b
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="box-centenr">
|
||||
<div style="width: 40%">
|
||||
<el-alert
|
||||
title="警告提示的文案"
|
||||
@ -153,6 +153,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.box-centenr{
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
}
|
||||
.content-box{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user