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

优化

parent 0779965d
<template>
<div>
<div class="resources-p">
<DataGrid
:columns="columns"
ref="grid"
......@@ -281,31 +281,24 @@ export default {
};
</script>
<style lang="less">
.form-row {
width: 600px;
margin-left: 50px;
margin-top: -45px;
.resources-p {
.form-row {
width: 600px;
margin-left: 50px;
margin-top: -45px;
.ivu-form-item-label {
color: #fff !important;
.ivu-form-item-label {
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>
\ 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