Browse Source

style: 后台首页样式修改

pull/126/head
wangjun 3 years ago
parent
commit
58e04c9862
  1. 9
      aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Pages/Login.cshtml
  2. 2
      aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Pages/Monitor.cshtml
  3. 6
      aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css
  4. 9
      templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml
  5. 2
      templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Monitor.cshtml
  6. BIN
      templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/images/xxx-job.png
  7. 6
      templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css
  8. 11
      templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml
  9. 2
      templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Monitor.cshtml
  10. 6
      templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css

9
aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Pages/Login.cshtml

@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {

2
aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/Pages/Monitor.cshtml

@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

6
aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css

File diff suppressed because one or more lines are too long

9
templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml

@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {

2
templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Monitor.cshtml

@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

BIN
templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/images/xxx-job.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

6
templates/abp-vnext-pro-nuget-all/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css

File diff suppressed because one or more lines are too long

11
templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Login.cshtml

@ -1,5 +1,5 @@
@page
@model MyCompanyName.MyProjectName.Pages.Login
@model Lion.AbpPro.Pages.Login
@{
Layout = null;
@ -10,10 +10,9 @@
<html>
<head>
<title>后台服务登录</title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
@ -22,11 +21,9 @@
<span class="heading">后台服务登录</span>
<div class="form-group">
<input type="text" class="form-control" name="userName" placeholder="用户名">
<i class="fa fa-user"></i>
</div>
<div class="form-group help">
<input type="password" class="form-control" name="password" placeholder="密码">
<i class="fa fa-lock"></i>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">登录</button>
@ -35,7 +32,7 @@
</div>
</div>
</div>
</body>
</body>
</html>
<style>
.row {

2
templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/Pages/Monitor.cshtml

@ -14,7 +14,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<title>后端服务</title>
</head>

6
templates/abp-vnext-pro-nuget-simplify/aspnet-core/host/MyCompanyName.MyProjectName.HttpApi.Host/wwwroot/lib/bootstrap/css/bootstrap.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save