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,31 +281,24 @@ export default { ...@@ -281,31 +281,24 @@ export default {
}; };
</script> </script>
<style lang="less"> <style lang="less">
.form-row { .resources-p {
width: 600px; .form-row {
margin-left: 50px; width: 600px;
margin-top: -45px; margin-left: 50px;
margin-top: -45px;
.ivu-form-item-label { .ivu-form-item-label {
color: #fff !important; color: #fff !important;
}
}
.ivu-footer-toolbar-right {
width: 1100px;
position: relative !important;
}
.btn {
position: absolute !important;
top: 12px !important;
right: 40px !important;
} }
} }
.ivu-footer-toolbar-right {
width: 1100px;
position: relative !important;
}
.btn {
position: absolute !important;
top: 12px !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