#
whycq
2022-09-12 964c095a69cc70115b6c5c185c0682aeb68da5ab
#
4个文件已修改
84 ■■■■ 已修改文件
src/main/webapp/static/css/style.css 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index_datashow.html 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index_datashow2.html 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index_datashow3.html 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/style.css
@@ -3,16 +3,22 @@
    /*overflow: hidden;*/
    font-size: 10px;
}
html,body{
    height: 100%;
html {
    height: 100%;
}
body{
    background-color: #2e4e7e;
    height: 500px;
    width: 100%;
}
/* 画布 */
#root {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: /* #2C3E50 */ #2e4e7e;
    position: absolute;
    /*height: 100%;*/
    width: 100%;
    /*margin: 0;*/
    /*background-color: !* #2C3E50 *! #2e4e7e;*/
    position: relative;
}
#top-tab {
    width: 100%;
@@ -68,9 +74,10 @@
#main-tab {
    margin-top: 1%;
    width: 98%;
    align: center;
    color: #d9d9d9;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10%;
}
#main-tab,th,td{
    border: 1px solid #fff;
@@ -120,7 +127,7 @@
    background-color: #FFF;
    box-shadow: 0px 5px 20px #000;
    border-radius: 15px;
    position: relative;
    position: absolute;
    top:30%;
    left:35%;
    display: none;
src/main/webapp/views/index_datashow.html
@@ -27,17 +27,19 @@
            <table id="proType" cellspacing="0" cellpadding="0">
                <thead id="type-header"></thead>
            </table>
            <table id="main-tab" cellspacing="0" cellpadding="0">
                <!-- 表头 -->
                <thead id="tab-header">
            <div>
                <table id="main-tab" cellspacing="0" cellpadding="0">
                    <!-- 表头 -->
                    <thead id="tab-header">
                </thead>
                <!-- 表身体 -->
                <tbody id="tab-body"> </tbody>
                <!-- 注意事项 -->
                <tr><th>注意事项</th></tr>
                    </thead>
                    <!-- 表身体 -->
                    <tbody id="tab-body"> </tbody>
                    <!-- 注意事项 -->
                    <tr><th>注意事项</th></tr>
            </table>
                </table>
            </div>
        </div>
    </div>
src/main/webapp/views/index_datashow2.html
@@ -26,17 +26,20 @@
        <table id="proType" cellspacing="0" cellpadding="0">
            <thead id="type-header"></thead>
        </table>
        <table id="main-tab" cellspacing="0" cellpadding="0">
            <!-- 表头 -->
            <thead id="tab-header">
            </thead>
            <!-- 表身体 -->
            <tbody id="tab-body"> </tbody>
            <!-- 注意事项 -->
            <tr><th>注意事项</th></tr>
        </table>
        <div>
            <table id="main-tab" cellspacing="0" cellpadding="0">
                <!-- 表头 -->
                <thead id="tab-header">
                </thead>
                <!-- 表身体 -->
                <tbody id="tab-body"> </tbody>
                <!-- 注意事项 -->
                <tr><th>注意事项</th></tr>
            </table>
        </div>
    </div>
    <div id="details">
        <div class="head">
src/main/webapp/views/index_datashow3.html
@@ -41,6 +41,7 @@
                <!-- 注意事项 -->
                <tr><th>注意事项</th></tr>
            </table>
        </div>
    </div>
@@ -59,8 +60,6 @@
            </table>
        </div>
    </div>
    <div id="tips">
        <h3>提示</h3>
        <div id="text">当前项目计划时间不完整;请补充完成后重试!</div>
@@ -86,14 +85,6 @@
            <button class="layui-btn layui-btn-primary" type="button" ew-event="closeDialog">取消</button>
        </div>
    </form>
    <!--<div id="realTime" >-->
    <!--    <h3 class="text">提示</h3>-->
    <!--    <div class="input">-->
    <!--        <text>结束时间:</text>-->
    <!--        <input id="realEndTime" placeholder="请输入实际完成时间">-->
    <!--    </div>-->
    <!--    <button id="closeed" onclick="">确 认</button>-->
    <!--</div>-->
</script>
<script type="text/javascript">
@@ -102,8 +93,5 @@
    })
    $("#closee").on("click",function(){
        $("#tips").attr("style","display:none")
    })
    $("#closeed").on("click",function(){
    })
</script>