mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
perf: about dialog
This commit is contained in:
@@ -129,17 +129,20 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.about-dialog {
|
.about-dialog {
|
||||||
|
&.dialog >>> .el-dialog__body {
|
||||||
|
padding: 20px 30px;
|
||||||
|
}
|
||||||
|
&.dialog >>> .el-dialog__footer {
|
||||||
|
border-top: none;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.head {
|
.head {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-logo-text {
|
|
||||||
}
|
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
.text {
|
.text {
|
||||||
padding: 10px;
|
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
Reference in New Issue
Block a user