|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
- <section class="content">
|
|
|
|
|
|
+ <section class="content content-header">
|
|
<div class="box box-info">
|
|
<div class="box box-info">
|
|
<div class="box-body">
|
|
<div class="box-body">
|
|
<div>
|
|
<div>
|
|
@@ -620,7 +620,9 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style lang="css" scoped>
|
|
<style lang="css" scoped>
|
|
-
|
|
|
|
|
|
+.content{
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
+}
|
|
li {
|
|
li {
|
|
list-style-type: none;
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
@@ -646,6 +648,7 @@ li {
|
|
}
|
|
}
|
|
.pie{
|
|
.pie{
|
|
height: 350px;
|
|
height: 350px;
|
|
|
|
+ width: 500px;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
margin-left: 10px
|
|
margin-left: 10px
|
|
}
|
|
}
|