Commit 51a3473f by LiRui

gitadd界面修改

parent 2ae7cd83
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
} }
</script> </script>
<style> <style scoped>
.m-table-search { .m-table-search {
position: relative; position: relative;
margin: -20px 0 0 0; margin: -20px 0 0 0;
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -133,7 +132,6 @@ ...@@ -133,7 +132,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
......
...@@ -192,8 +192,8 @@ ...@@ -192,8 +192,8 @@
created: function () {}, created: function () {},
}; };
</script> </script>
<style> <style scoped>
.ql-editor { .quill-editor >>> .ql-editor {
min-height: 250px; min-height: 250px;
max-height: 500px; max-height: 500px;
} }
......
...@@ -154,6 +154,10 @@ ...@@ -154,6 +154,10 @@
created: function () {}, created: function () {},
}; };
</script> </script>
<style> <style scoped>
.quill-editor >>> .ql-editor {
min-height: 250px;
max-height: 500px;
}
</style> </style>
\ No newline at end of file
...@@ -722,7 +722,6 @@ ...@@ -722,7 +722,6 @@
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -870,7 +869,6 @@ ...@@ -870,7 +869,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -944,7 +942,6 @@ ...@@ -944,7 +942,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -78,7 +77,6 @@ ...@@ -78,7 +77,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -132,7 +130,6 @@ ...@@ -132,7 +130,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -184,7 +181,6 @@ ...@@ -184,7 +181,6 @@
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -244,7 +240,6 @@ ...@@ -244,7 +240,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
> >
...@@ -303,7 +298,6 @@ ...@@ -303,7 +298,6 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
......
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