develop
parent
7a7db74fd3
commit
9594186ba1
|
|
@ -7,8 +7,8 @@
|
||||||
<title>Notice 组件</title>
|
<title>Notice 组件</title>
|
||||||
<link rel="stylesheet" href="../../component/pear/css/pear.css" />
|
<link rel="stylesheet" href="../../component/pear/css/pear.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="pear-container">
|
||||||
<div class="pear-container">
|
<div>
|
||||||
<div class="layui-row layui-col-space10">
|
<div class="layui-row layui-col-space10">
|
||||||
<div class="layui-col-md12">
|
<div class="layui-col-md12">
|
||||||
<div class="layui-card">
|
<div class="layui-card">
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
<script src="../../component/layui/layui.js"></script>
|
<script src="../../component/layui/layui.js"></script>
|
||||||
<script src="../../component/pear/pear.js"></script>
|
<script src="../../component/pear/pear.js"></script>
|
||||||
<script>
|
<script>
|
||||||
layui.use(['notice', 'jquery', 'layer', 'code','element'], function() {
|
layui.use(['notice', 'jquery', 'layer', 'code', 'element'], function() {
|
||||||
var notice = layui.notice;
|
var notice = layui.notice;
|
||||||
var layer = layui.layer;
|
var layer = layui.layer;
|
||||||
var $ = layui.jquery;
|
var $ = layui.jquery;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue