21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
@{
|
|
ViewData["Title"] = "Rucs服务管理";
|
|
}
|
|
<!-- 内容标题(页面标题) -->
|
|
<div class="content-header" style="padding: 5px 0.5rem;">
|
|
<div class="container-fluid" >
|
|
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</div>
|
|
<!-- /.content-header -->
|
|
|
|
<!-- 主体内容 -->
|
|
<section class="content">
|
|
|
|
<!-- /.container-fluid -->
|
|
</section>
|
|
<!-- /.content -->
|
|
<script defer src="/js_custom/rucs.js" charset="GBK"></script>
|
|
|