Commit 245544a8 by 姜雷

修改穿梭框问题

parent 2ad8a16a
<meta charset="utf-8"> <meta charset="utf-8">
<title>rymUi demo</title> <title>rymUi demo</title>
<script src="./rymUi.umd.js"></script> <script src="./rymUi.umd.js"></script>
<link rel="stylesheet" href="./rymUi.css"> <link rel="stylesheet" href="./rymUi.css">
<script> <script>
console.log(rymUi) console.log(rymUi)
</script> </script>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "rym-element-ui", "name": "rym-element-ui",
"version": "0.1.64", "version": "0.1.65",
"description": "任意门组件库", "description": "任意门组件库",
"main": "lib/rymUi.common.js", "main": "lib/rymUi.common.js",
"scripts": { "scripts": {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<el-button <el-button
size="mini" size="mini"
@click="filterAllData" @click="filterAllData"
>查询</el-button> >检索</el-button>
</div> </div>
</div> </div>
<div class="transfer-allData-box"> <div class="transfer-allData-box">
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<el-button <el-button
size="mini" size="mini"
@click="filterSelectedData" @click="filterSelectedData"
>查询</el-button> >检索</el-button>
</div> </div>
</div> </div>
<div class="transfer-selectData-box"> <div class="transfer-selectData-box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment