card 样式调整
This commit is contained in:
parent
63fadefa5c
commit
8eba84f6a1
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-cmn-Hans">
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
|
@ -129,14 +129,34 @@
|
|||
}
|
||||
|
||||
/* 项目管理 - 选择单位组件样式 end */
|
||||
|
||||
/* card 样式调整 start */
|
||||
.ant-card-head {
|
||||
min-height: auto !important;
|
||||
padding: 0 15px !important;
|
||||
}
|
||||
|
||||
.ant-card-head-title {
|
||||
padding: 10px 0 !important;
|
||||
}
|
||||
|
||||
.ant-card-extra {
|
||||
padding: 10px 0 !important;
|
||||
}
|
||||
|
||||
.ant-card-body {
|
||||
padding: 15px !important;
|
||||
}
|
||||
|
||||
/* card 样式调整 start */
|
||||
</style>
|
||||
<!-- require cdn assets css -->
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
|
||||
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" />
|
||||
<% } %>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but vue-antd-pro doesn't work properly without JavaScript enabled. Please enable it to
|
||||
continue.</strong>
|
||||
|
@ -155,6 +175,6 @@
|
|||
<script type="text/javascript" src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
||||
<% } %>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue