You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AdminDesktop.cshtml 833 B

4 年之前
4 年之前
4 年之前
1234567891011121314151617181920212223242526272829303132
  1. 
  2. @{
  3. ViewBag.Title = "桌面设置";
  4. Layout = "~/Views/Shared/_Index.cshtml";
  5. }
  6. <script src="~/Content/echarts/echarts.min.js"></script>
  7. @Html.AppendCssFile("/Views/Home/AdminDesktop/Index.css")
  8. <style>
  9. .lr-msg-line > a {
  10. overflow: hidden;
  11. /* text-decoration: none; */
  12. white-space: nowrap;
  13. text-overflow: ellipsis;
  14. display: block;
  15. margin-right: 140px;
  16. }
  17. </style>
  18. <div class="lr-desktop-panel">
  19. <div class="col-xs-12">
  20. <div id="TitleColor" class="portal-panel-title">
  21. <i class="fa fa-balance-scale"></i>&nbsp;&nbsp;统计指标
  22. </div>
  23. <div class="portal-panel-content" id="lr_target">
  24. </div>
  25. </div>
  26. <audio id="sound" autoplay="autoplay"></audio>
  27. </div>
  28. @Html.AppendJsFile("/Views/Home/AdminDesktop/Index.js")