Commit a2fe6cb6 by 无尘

fix:修改素材

parent e0787ccf
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.479cd094792adfb54ac1de4b9afb66ee.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.65ae95cbd0fe8317a65a.js></script><script type=text/javascript src=./static/js/vendor.ec5b5af1da21f97836b5.js></script><script type=text/javascript src=./static/js/app.b7495179c53b2f07ea80.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link rel=stylesheet type=text/css href=//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css><link href=./static/css/app.3f8161ef4c9631965be90b644fd0e251.css rel=stylesheet></head><body style="min-width: 1400px;" class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script src=//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.65ae95cbd0fe8317a65a.js></script><script type=text/javascript src=./static/js/vendor.ec5b5af1da21f97836b5.js></script><script type=text/javascript src=./static/js/app.b7495179c53b2f07ea80.js></script></body></html>
\ No newline at end of file \ No newline at end of file
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.
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors : 无尘 * @LastEditors: 无尘
* @LastEditTime : 2020-04-07 09:17:08 * @LastEditTime: 2020-05-14 16:32:27
*/ */
.template-wrap { .template-wrap {
width: 100%; width: 100%;
...@@ -162,10 +162,11 @@ ...@@ -162,10 +162,11 @@
.template-cell-l { .template-cell-l {
width: 420px; width: 420px;
min-width: 33%; min-width: 33%;
max-width: 450px;
float: left; float: left;
height: calc(100vh - 191px); height: calc(100vh - 191px);
padding-top: 16px; padding-top: 16px;
// border-right: 2px solid #E4E7ED; border-right: 2px solid #E4E7ED;
.template-cell-title { .template-cell-title {
font-weight: bold; font-weight: bold;
padding-left: 20px; padding-left: 20px;
...@@ -350,11 +351,12 @@ ...@@ -350,11 +351,12 @@
float: left; float: left;
width: 410px; width: 410px;
min-width: 33%; min-width: 33%;
max-width: 450px;
// height: calc(100vh - 224px); // height: calc(100vh - 224px);
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
padding-top: 50px; padding-top: 50px;
border-left: 2px solid #E4E7ED; // border-left: 2px solid #E4E7ED;
.view-content { .view-content {
position: relative; position: relative;
} }
...@@ -663,6 +665,8 @@ ...@@ -663,6 +665,8 @@
top: 0; top: 0;
bottom: 0; bottom: 0;
right: -350px; right: -350px;
z-index: 2;
background: #fff;
-webkit-transition: all 0.3s; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s; -moz-transition: all 0.3s;
transition: all 0.3s; transition: all 0.3s;
......
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