User:Pokewiz/测试:修订间差异

(创建页面,内容为“<html><template> <el-alert title="成功提示的文案" type="success" description="文字说明文字说明文字说明文字说明文字说明文字…”)
 
无编辑摘要
第3行: 第3行:
    title="成功提示的文案"
    title="成功提示的文案"
    type="success"
    type="success"
    description=" 文字说明文字说明文字说明文字说明文字说明文字说明"
    effect="dark">
   show-icon>
   </el-alert>
   </el-alert>
   <el-alert
   <el-alert
    title="消息提示的文案"
    title="消息提示的文案"
    type="info"
    type="info"
    description=" 文字说明文字说明文字说明文字说明文字说明文字说明"
    effect="dark">
   show-icon>
   </el-alert>
   </el-alert>
   <el-alert
   <el-alert
    title="警告提示的文案"
    title="警告提示的文案"
    type="warning"
    type="warning"
    description=" 文字说明文字说明文字说明文字说明文字说明文字说明"
    effect="dark">
   show-icon>
   </el-alert>
   </el-alert>
   <el-alert
   <el-alert
    title="错误提示的文案"
    title="错误提示的文案"
    type="error"
    type="error"
    description=" 文字说明文字说明文字说明文字说明文字说明文字说明"
    effect="dark">
   show-icon>
   </el-alert>
   </el-alert>
</template></html>
</template></html>

2020年2月1日 (六) 05:51的版本

<html><template>

 <el-alert
   title="成功提示的文案"
   type="success"
   effect="dark">
 </el-alert>
 <el-alert
   title="消息提示的文案"
   type="info"
   effect="dark">
 </el-alert>
 <el-alert
   title="警告提示的文案"
   type="warning"
   effect="dark">
 </el-alert>
 <el-alert
   title="错误提示的文案"
   type="error"
   effect="dark">
 </el-alert>

</template></html>