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.
|
-
- @{
- ViewBag.Title = "桌面设置";
- Layout = "~/Views/Shared/_Index.cshtml";
- }
- <script src="~/Content/echarts/echarts.min.js"></script>
-
- @Html.AppendCssFile("/Views/Home/AdminDesktop/Index.css")
- <style>
- .lr-msg-line > a {
- overflow: hidden;
- /* text-decoration: none; */
- white-space: nowrap;
- text-overflow: ellipsis;
- display: block;
- margin-right: 140px;
- }
- </style>
- <div class="lr-desktop-panel">
- <div class="col-xs-12">
- <div id="TitleColor" class="portal-panel-title">
- <i class="fa fa-balance-scale"></i> 统计指标
- </div>
- <div class="portal-panel-content" id="lr_target" >
- </div>
- </div>
- </div>
-
-
-
- @Html.AppendJsFile("/Views/Home/AdminDesktop/Index.js")
|