|
@@ -31,8 +31,8 @@ function setHeadinfo(){
|
|
const chartPrpps1 = ref({
|
|
const chartPrpps1 = ref({
|
|
left : 0,
|
|
left : 0,
|
|
top : 0,
|
|
top : 0,
|
|
- width : 800,
|
|
|
|
- height : 800,
|
|
|
|
|
|
+ width : 1830,
|
|
|
|
+ height : 1830,
|
|
borderColor : "#998877",
|
|
borderColor : "#998877",
|
|
color :"#ff00ff",
|
|
color :"#ff00ff",
|
|
bncolor : "#ffffff",
|
|
bncolor : "#ffffff",
|
|
@@ -83,6 +83,9 @@ onMounted(() => {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
+body,html{
|
|
|
|
+ overflow: hidden;
|
|
|
|
+}
|
|
p{
|
|
p{
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -94,7 +97,7 @@ p{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 1080px;
|
|
height: 1080px;
|
|
.page-content {
|
|
.page-content {
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 1832px;
|
|
height: 980px;
|
|
height: 980px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 100px;
|
|
top: 100px;
|
|
@@ -269,7 +272,7 @@ p{
|
|
user-select: none; /* 防止拖拽时选中文字 */
|
|
user-select: none; /* 防止拖拽时选中文字 */
|
|
}
|
|
}
|
|
.ring-chart1 {
|
|
.ring-chart1 {
|
|
- width: 800px;
|
|
|
|
|
|
+ width: 1832px;
|
|
height: 800px;
|
|
height: 800px;
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0px;
|
|
left: 0px;
|