11.11
This commit is contained in:
parent
aab74f80c3
commit
bd14aef39b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user