Commit 645a1c5a authored by 仇晓婷's avatar 仇晓婷

优化

parent 0779965d
<template> <template>
<div> <div class="resources-p">
<DataGrid <DataGrid
:columns="columns" :columns="columns"
ref="grid" ref="grid"
...@@ -281,7 +281,8 @@ export default { ...@@ -281,7 +281,8 @@ export default {
}; };
</script> </script>
<style lang="less"> <style lang="less">
.form-row { .resources-p {
.form-row {
width: 600px; width: 600px;
margin-left: 50px; margin-left: 50px;
margin-top: -45px; margin-top: -45px;
...@@ -289,23 +290,15 @@ export default { ...@@ -289,23 +290,15 @@ export default {
.ivu-form-item-label { .ivu-form-item-label {
color: #fff !important; color: #fff !important;
} }
} }
.ivu-footer-toolbar-right { .ivu-footer-toolbar-right {
width: 1100px; width: 1100px;
position: relative !important; position: relative !important;
} }
.btn { .btn {
position: absolute !important; position: absolute !important;
top: 12px !important; top: 12px !important;
right: 40px !important; right: 40px !important;
}
} }
// .ivu-footer-toolbar{
// position: relative !important;
// .ivu-btn .ivu-btn-default {
// position: absolute !important;
// top:0 !important;
// right: 10px !important;
// // margin-top: -80px !important;
// }
// }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment