diff --git a/WebRoot/html/pages/dataease/dataList.html b/WebRoot/html/pages/dataease/dataList.html new file mode 100644 index 00000000..6b95675a --- /dev/null +++ b/WebRoot/html/pages/dataease/dataList.html @@ -0,0 +1,158 @@ + + + + + + + Demo + + + + + + +
+
+ +
+ + + + + +
+
+ + + + + + + + \ No newline at end of file diff --git a/WebRoot/html/pages/dataease/dataMod.html b/WebRoot/html/pages/dataease/dataMod.html index 6b95675a..663460bb 100644 --- a/WebRoot/html/pages/dataease/dataMod.html +++ b/WebRoot/html/pages/dataease/dataMod.html @@ -41,13 +41,40 @@ background-color: #fff; box-shadow: none; } + + .layui-fixbar li { + height: 38px; + line-height: 38px; + border: 1px solid transparent; + padding: 0 18px; + background-color: #16baaa; + color: #fff; + white-space: nowrap; + text-align: center; + font-size: 14px !important; + border-radius: 2px; + cursor: pointer; + } + + .fix { + position: fixed; + top: 0; + right: 10px; + background-color: white; + padding: 10px; + z-index: 1000; + } -
+
- + +
+ + +
+ + + + \ No newline at end of file